Routines |
Prev: 42892 | Up: Map | Next: 42987 |
Used by the routine at PressAnyKey.
|
||||
Handler_Press_Fire | 42977 | HALT | Halt operation (suspend CPU until the next interrupt). | |
42978 | CALL Handler_Controls | Fetch the controller response (into E) by calling Handler_Controls. | ||
42981 | LD A,128 | If the "fire" key is not being pressed (128 == "fire") jump to Handler_Press_Fire. | ||
42983 | CP E | |||
42984 | JR NZ,Handler_Press_Fire | |||
42986 | RET | Return. |
Prev: 42892 | Up: Map | Next: 42987 |