Multiply and Divide

This commit is contained in:
yenatch
2013-03-30 01:58:22 -04:00
parent e21fc0fad1
commit 6c3ec2d13d
2 changed files with 249 additions and 24 deletions

View File

@@ -26,6 +26,16 @@ hJoyDown EQU $ffa8
hPastLeadingZeroes EQU $ffb3
hDividend EQU $ffb3
hDivisor EQU $ffb7
hQuotient EQU $ffb4
hMultiplicand EQU $ffb4
hMultiplier EQU $ffb7
hProduct EQU $ffb3
hMathBuffer EQU $ffb8
hLCDStatCustom EQU $ffc6
hBGMapMode EQU $ffd4