summaryrefslogtreecommitdiff
path: root/test.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test.asm')
-rw-r--r--test.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.asm b/test.asm
new file mode 100644
index 0000000..2db76c1
--- /dev/null
+++ b/test.asm
@@ -0,0 +1,3 @@
+mov R0, 0x32
+add R0, R0
+halt