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