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