aboutsummaryrefslogtreecommitdiff
path: root/code.asm
diff options
context:
space:
mode:
Diffstat (limited to 'code.asm')
-rw-r--r--code.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/code.asm b/code.asm
new file mode 100644
index 0000000..09ecba8
--- /dev/null
+++ b/code.asm
@@ -0,0 +1,4 @@
+mov a, 10
+mov b, 5
+add a, b
+hlt