From 75813a7abb4cec3d88f10079ff29faab25c0e0fa Mon Sep 17 00:00:00 2001 From: He Zhu <h.zhu18@student.unimelb.edu.au> Date: Sun, 2 Sep 2018 15:40:44 +1000 Subject: [PATCH] Upload New File --- examples/boundaryEC15.s | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/boundaryEC15.s diff --git a/examples/boundaryEC15.s b/examples/boundaryEC15.s new file mode 100644 index 0000000..2228bb2 --- /dev/null +++ b/examples/boundaryEC15.s @@ -0,0 +1,4 @@ +MOV R1 3; +JZ R1 10; +ADD R2 R1 R1; +RET R2; \ No newline at end of file -- GitLab