Prev: 02655 Up: Map Next: 02669
02665: 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 02665 LD A,"?" The character '?'.
02667 JR PO_ABLE Now print this character instead.
Prev: 02655 Up: Map Next: 02669