Prev: 0A5F Up: Map Next: 0A6D
0A69: THE 'PRINT A QUESTION MARK' SUBROUTINE
Used by the routine at PRINT_OUT.
The address of this routine is derived from an offset found in the control character table.
A question mark is printed whenever an attempt is made to print an unprintable code.
PO_QUEST 0A69 LD A,"?" The character '?'.
0A6B JR PO_ABLE Now print this character instead.
Prev: 0A5F Up: Map Next: 0A6D