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