diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-07 17:36:28 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-07 17:36:28 -0400 |
commit | 4274e105f6739a92788f9b1fdba55526d7614f8a (patch) | |
tree | 0f0bda1c77a384b4255e724122ac3f6bf0af7202 /hram.asm | |
parent | 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 (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.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |