summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-07-26 17:04:24 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-07-26 17:04:24 -0400
commit222afb247d592201dc228108232e3347c762db87 (patch)
tree8b06692184776af2c7fffdd68db048f45e10c787 /hram.asm
parentc34156c5fb333864c1ae85036ea587c9f615a65a (diff)
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 0b7274ad..1f5e53fa 100644
--- a/hram.asm
+++ b/hram.asm
@@ -107,6 +107,10 @@ 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