Routines |
Prev: 39467 | Up: Map | Next: 39496 |
|
||||||||||||
ControlMethod_Cursor | 39482 | POP HL | Restore HL from the stack. | |||||||||
39483 | CALL Controls | Call Controls. | ||||||||||
39486 | AND %11100000 | Keep only bits 5-7. | ||||||||||
39488 | LD C,A | Store the result in C. | ||||||||||
39489 | LD HL,39496 | HL=KeyMap_Cursor. | ||||||||||
39492 | LD B,%00001000 | B=8. | ||||||||||
39494 | JR Controls_0 | Jump to Controls_0. |
Prev: 39467 | Up: Map | Next: 39496 |