Prev: 02548 Up: Map Next: 02595
02577: THE 'CONTROL CHARACTER' TABLE
Used by the routine at PRINT_OUT.
CTRL_CHARS 02577 DEFB 78 6: PRINT comma (PO_COMMA)
02578 DEFB 87 7: EDIT (PO_QUEST)
02579 DEFB 16 8: Cursor left (PO_BACK_1)
02580 DEFB 41 9: Cursor right (PO_RIGHT)
02581 DEFB 84 10: Cursor down (PO_QUEST)
02582 DEFB 83 11: Cursor up (PO_QUEST)
02583 DEFB 82 12: DELETE (PO_QUEST)
02584 DEFB 55 13: ENTER (PO_ENTER)
02585 DEFB 80 14: Not used (PO_QUEST)
02586 DEFB 79 15: Not used (PO_QUEST)
02587 DEFB 95 16: INK control (PO_1_OPER)
02588 DEFB 94 17: PAPER control (PO_1_OPER)
02589 DEFB 93 18: FLASH control (PO_1_OPER)
02590 DEFB 92 19: BRIGHT control (PO_1_OPER)
02591 DEFB 91 20: INVERSE control (PO_1_OPER)
02592 DEFB 90 21: OVER control (PO_1_OPER)
02593 DEFB 84 22: AT control (PO_2_OPER)
02594 DEFB 83 23: TAB control (PO_2_OPER)
Prev: 02548 Up: Map Next: 02595