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 PRINT comma (PO_COMMA)
02578 DEFB 87 EDIT (PO_QUEST)
02579 DEFB 16 Cursor left (PO_BACK_1)
02580 DEFB 41 Cursor right (PO_RIGHT)
02581 DEFB 84 Cursor down (PO_QUEST)
02582 DEFB 83 Cursor up (PO_QUEST)
02583 DEFB 82 DELETE (PO_QUEST)
02584 DEFB 55 ENTER (PO_ENTER)
02585 DEFB 80 Not used (PO_QUEST)
02586 DEFB 79 Not used (PO_QUEST)
02587 DEFB 95 INK control (PO_1_OPER)
02588 DEFB 94 PAPER control (PO_1_OPER)
02589 DEFB 93 FLASH control (PO_1_OPER)
02590 DEFB 92 BRIGHT control (PO_1_OPER)
02591 DEFB 91 INVERSE control (PO_1_OPER)
02592 DEFB 90 OVER control (PO_1_OPER)
02593 DEFB 84 AT control (PO_2_OPER)
02594 DEFB 83 TAB control (PO_2_OPER)
Prev: 02548 Up: Map Next: 02595