Routines |
Prev: 639F | Up: Map | Next: 63B5 |
|
||||||||||
63B0 | PUSH BC | Push the routine address in BC onto the stack | ||||||||
63B1 | LD L,$09 | Point HL at byte 0x09 of the character's buffer | ||||||||
63B3 | JR $63AC | Place the interruptible subcommand routine address into bytes 0x09 and 0x0A of the character's buffer, then jump to it |
Prev: 639F | Up: Map | Next: 63B5 |