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