Prev: 09F4 Up: Map Next: 0A23
0A11: THE 'CONTROL CHARACTER' TABLE
Used by the routine at PRINT_OUT.
CTRL_CHARS 0A11 DEFB $4E +06: PRINT comma (PO_COMMA)
0A12 DEFB $57 +07: EDIT (PO_QUEST)
0A13 DEFB $10 +08: Cursor left (PO_BACK_1)
0A14 DEFB $29 +09: Cursor right (PO_RIGHT)
0A15 DEFB $54 +0A: Cursor down (PO_QUEST)
0A16 DEFB $53 +0B: Cursor up (PO_QUEST)
0A17 DEFB $52 +0C: DELETE (PO_QUEST)
0A18 DEFB $37 +0D: ENTER (PO_ENTER)
0A19 DEFB $50 +0E: Not used (PO_QUEST)
0A1A DEFB $4F +0F: Not used (PO_QUEST)
0A1B DEFB $5F +10: INK control (PO_1_OPER)
0A1C DEFB $5E +11: PAPER control (PO_1_OPER)
0A1D DEFB $5D +12: FLASH control (PO_1_OPER)
0A1E DEFB $5C +13: BRIGHT control (PO_1_OPER)
0A1F DEFB $5B +14: INVERSE control (PO_1_OPER)
0A20 DEFB $5A +15: OVER control (PO_1_OPER)
0A21 DEFB $54 +16: AT control (PO_2_OPER)
0A22 DEFB $53 +17: TAB control (PO_2_OPER)
Prev: 09F4 Up: Map Next: 0A23