summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-07-07 17:36:28 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-07-07 17:36:28 -0400
commit4274e105f6739a92788f9b1fdba55526d7614f8a (patch)
tree0f0bda1c77a384b4255e724122ac3f6bf0af7202 /hram.asm
parent9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 (diff)
Bank3d addresses and fixes.
Also documentation of new super rod code and slight more documentation of multiply_divide.asm
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm5
1 files changed, 5 insertions, 0 deletions
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