Prev: 02548 Up: Map Next: 02595
02577: THE 'CONTROL CHARACTER' TABLE
Used by the routine at PRINT_OUT.
Input
Output
CTRL_CHARS 02577 DEFB 78 +06: PRINT comma (PO_COMMA)
02578 DEFB 87 +07: EDIT (PO_QUEST)
02579 DEFB 16 +08: Cursor left (PO_BACK_1)
02580 DEFB 41 +09: Cursor right (PO_RIGHT)
02581 DEFB 84 +0A: Cursor down (PO_QUEST)
02582 DEFB 83 +0B: Cursor up (PO_QUEST)
02583 DEFB 82 +0C: DELETE (PO_QUEST)
02584 DEFB 55 +0D: ENTER (PO_ENTER)
02585 DEFB 80 +0E: Not used (PO_QUEST)
02586 DEFB 79 +0F: Not used (PO_QUEST)
02587 DEFB 95 +10: INK control (PO_1_OPER)
02588 DEFB 94 +11: PAPER control (PO_1_OPER)
02589 DEFB 93 +12: FLASH control (PO_1_OPER)
02590 DEFB 92 +13: BRIGHT control (PO_1_OPER)
02591 DEFB 91 +14: INVERSE control (PO_1_OPER)
02592 DEFB 90 +15: OVER control (PO_1_OPER)
02593 DEFB 84 +16: AT control (PO_2_OPER)
02594 DEFB 83 +17: TAB control (PO_2_OPER)
Prev: 02548 Up: Map Next: 02595