From 806ee440d018c9c3220946425fcb206acce48380 Mon Sep 17 00:00:00 2001 From: Yang Zhou <y.zhou39@student.unimelb.edu.au> Date: Sun, 2 Sep 2018 18:20:03 +1000 Subject: [PATCH] Upload New File --- examples/EC18_strTooLow.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/EC18_strTooLow.s diff --git a/examples/EC18_strTooLow.s b/examples/EC18_strTooLow.s new file mode 100644 index 0000000..5f6b5b5 --- /dev/null +++ b/examples/EC18_strTooLow.s @@ -0,0 +1,5 @@ +MOV R0 -200 +MOV R7 21 +STR R0 0 R7 +LDR R1 R0 0 +RET R1 \ No newline at end of file -- GitLab