Routines |
Prev: 9A2B | Up: Map | Next: 9A48 |
|
||||||||||||
ControlMethod_Cursor | 9A3A | POP HL | Restore HL from the stack. | |||||||||
9A3B | CALL Controls | Call Controls. | ||||||||||
9A3E | AND %11100000 | Keep only bits 5-7. | ||||||||||
9A40 | LD C,A | Store the result in C. | ||||||||||
9A41 | LD HL,$9A48 | HL=KeyMap_Cursor. | ||||||||||
9A44 | LD B,%00001000 | B=08. | ||||||||||
9A46 | JR Controls_0 | Jump to Controls_0. |
Prev: 9A2B | Up: Map | Next: 9A48 |