From cee4b568849229a33f1cb09fc5b817ad314578e5 Mon Sep 17 00:00:00 2001 From: Yang Zhou <y.zhou39@student.unimelb.edu.au> Date: Sun, 2 Sep 2018 18:01:27 +1000 Subject: [PATCH] Upload New File --- examples/BV_04.s | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/BV_04.s diff --git a/examples/BV_04.s b/examples/BV_04.s new file mode 100644 index 0000000..b01f08b --- /dev/null +++ b/examples/BV_04.s @@ -0,0 +1,2 @@ +MOV R0 65536 +RET R0 \ No newline at end of file -- GitLab