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, 0 insertions, 5 deletions
diff --git a/examples/mov.asm b/examples/mov.asm
deleted file mode 100644
index 4aa3c04..0000000
--- a/examples/mov.asm
+++ /dev/null
@@ -1,5 +0,0 @@
-mov a, 10
-mov b, a
-cmp a, b
-cmp a, 10
-hlt