Prev: A44D Up: Map Next: A459
A450: Print Cursor
Used by the routine at Handler_UserInput.
Print_Cursor A450 PUSH HL Stash HL on the stack.
Print "_".
A451 LD HL,$A44D HL=Messaging_UnderscoreBackspace.
A454 CALL PrintString Call PrintString.
A457 POP HL Restore HL from the stack.
A458 RET Return.
Prev: A44D Up: Map Next: A459