![]() |
Routines |
Prev: 44248 | Up: Map | Next: 44283 |
Used by the routine at Handler_UserInput.
|
||||
44262 | PUSH AF | Stash AF on the stack. | ||
44263 | CP 13 | Jump to 44275 if A is not equal to 13. | ||
44265 | JR NZ,44275 | |||
44267 | PUSH HL | Stash HL on the stack. | ||
Print " ".
|
||||
44268 | LD HL,44233 | HL=44233. | ||
44271 | CALL PrintString | Call PrintString. | ||
44274 | POP HL | Restore HL and AF from the stack. | ||
44275 | POP AF | |||
44276 | CALL SwitchNormalScreenOutput | Call SwitchNormalScreenOutput. | ||
44279 | CALL PrintCharacter | Call PrintCharacter. | ||
44282 | RET | Return. |
Prev: 44248 | Up: Map | Next: 44283 |