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

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

diff --git a/examples/EC08_div_99_33.s b/examples/EC08_div_99_33.s
new file mode 100644
index 0000000..2343fd7
--- /dev/null
+++ b/examples/EC08_div_99_33.s
@@ -0,0 +1,4 @@
+MOV R0 99
+MOV R1 33
+DIV R2 R0 R1
+RET R2
\ No newline at end of file
-- 
GitLab