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