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