Prev: ACD8 Up: Map Next: ACFB
ACE6: Routine at ACE6
Used by the routine at Handler_UserInput.
ACE6 PUSH AF Stash AF on the stack.
ACE7 CP $0D Jump to ACF3 if A is not equal to 0D.
ACE9 JR NZ,$ACF3
ACEB PUSH HL Stash HL on the stack.
Print " ".
ACEC LD HL,$ACC9 HL=ACC9.
ACEF CALL PrintString Call PrintString.
ACF2 POP HL Restore HL and AF from the stack.
ACF3 POP AF
ACF4 CALL SwitchNormalScreenOutput Call SwitchNormalScreenOutput.
ACF7 CALL PrintCharacter Call PrintCharacter.
ACFA RET Return.
Prev: ACD8 Up: Map Next: ACFB