From 4274e105f6739a92788f9b1fdba55526d7614f8a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 7 Jul 2015 17:36:28 -0400 Subject: Bank3d addresses and fixes. Also documentation of new super rod code and slight more documentation of multiply_divide.asm --- hram.asm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hram.asm') diff --git a/hram.asm b/hram.asm index 0054c218..c5e848ef 100644 --- a/hram.asm +++ b/hram.asm @@ -38,12 +38,17 @@ H_DIVISOR EQU $FF99 ; 1 byte H_QUOTIENT EQU $FF95 ; 4 bytes H_REMAINDER EQU $FF99 ; 1 byte +H_DIVIDEBUFFER EQU $FF9A + +H_MULTIPLYBUFFER EQU $FF9B + ; PrintNumber (big endian). H_PASTLEADINGZEROES EQU $FF95 ; last char printed H_NUMTOPRINT EQU $FF96 ; 3 bytes H_POWEROFTEN EQU $FF99 ; 3 bytes H_SAVEDNUMTOPRINT EQU $FF9C ; 3 bytes + hSerialReceivedNewData EQU $FFA9 ; $01 = using external clock -- cgit v1.3.1-sl0p