diff options
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -44,6 +44,13 @@ hMultiplicand EQU $ffb4 ; 3 bytes long hMultiplier EQU $ffb7 ; 1 byte long hProduct EQU $ffb3 ; result (4 bytes long) +hPrintNum1 EQU $ffb3 +hPrintNum2 EQU $ffb4 +hPrintNum3 EQU $ffb5 +hPrintNum4 EQU $ffb6 +hPrintNum5 EQU $ffb7 +hPrintNum6 EQU $ffb8 +hPrintNum7 EQU $ffb9 hMathBuffer EQU $ffb8 hMoneyTemp EQU $ffc3 |