From 5a7ed85a0919ca63eeeb1250445f4d7acc7e27b6 Mon Sep 17 00:00:00 2001
From: Yang Zhou <y.zhou39@student.unimelb.edu.au>
Date: Sun, 2 Sep 2018 18:20:51 +1000
Subject: [PATCH] Upload New File

---
 examples/EC20_str_ldr_21.s | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 examples/EC20_str_ldr_21.s

diff --git a/examples/EC20_str_ldr_21.s b/examples/EC20_str_ldr_21.s
new file mode 100644
index 0000000..abed684
--- /dev/null
+++ b/examples/EC20_str_ldr_21.s
@@ -0,0 +1,5 @@
+MOV R0 21
+MOV R1 10
+STR R1 10 R0
+LDR R2 R1 10
+RET R2
\ No newline at end of file
-- 
GitLab