summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-02-15 18:57:49 -0500
committeryenatch <yenatch@gmail.com>2016-02-15 18:57:49 -0500
commit776dd6182347322f16f0d5e677f91b7ee68d112f (patch)
treec4fc82c0343b6f1bd1a01635ec643711ac3129f3 /hram.asm
parentbd11b60477833bcaa88489ec2e4f6e90c5bb01ab (diff)
hRemainder
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 3e921f78e..dc6c480bf 100644
--- a/hram.asm
+++ b/hram.asm
@@ -50,6 +50,7 @@ hStringCmpString2 EQU $ffb5
hDividend EQU $ffb3 ; length in b register, before 'call Divide' (max 4 bytes)
hDivisor EQU $ffb7 ; 1 byte long
hQuotient EQU $ffb4 ; result (3 bytes long)
+hRemainder EQU $ffb7
hMultiplicand EQU $ffb4 ; 3 bytes long
hMultiplier EQU $ffb7 ; 1 byte long