summaryrefslogtreecommitdiff
path: root/home/math.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/math.asm')
-rw-r--r--home/math.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/math.asm b/home/math.asm
index 1be69c33..ffa3c282 100644
--- a/home/math.asm
+++ b/home/math.asm
@@ -44,7 +44,7 @@ Multiply::
push hl
push bc
- callab Multiply_ ; 1:67bd
+ callfar Multiply_ ; 1:67bd
pop bc
pop hl