From 1e88213a177de7d10bee70f982f5494eda953b05 Mon Sep 17 00:00:00 2001 From: Yang Zhou <y.zhou39@student.unimelb.edu.au> Date: Sun, 2 Sep 2018 18:10:03 +1000 Subject: [PATCH] Upload New File --- examples/BV_1819.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/BV_1819.s diff --git a/examples/BV_1819.s b/examples/BV_1819.s new file mode 100644 index 0000000..c78d986 --- /dev/null +++ b/examples/BV_1819.s @@ -0,0 +1,10 @@ +MOV R0 18 +MOV R1 3 +MOV R3 0 +MOV R2 65535 +STR R2 1 R0 +STR R3 -1 R1 +LDR R4 R2 1 +LDR R5 R3 -1 +ADD R6 R4 R5 +RET R6 \ No newline at end of file -- GitLab