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