hRemainder
This commit is contained in:
1
hram.asm
1
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
|
||||
|
Reference in New Issue
Block a user