Prev: 05469 Up: Map Next: 05572
05551: THE 'INITIAL CHANNEL INFORMATION'
Used by the routine at NEW.
Initially there are four channels - 'K', 'S', 'R', and 'P' - for communicating with the 'keyboard', 'screen', 'work space' and 'printer'. For each channel the output routine address comes before the input routine address and the channel's code.
Input
Output
CHANINFO 05551 DEFW PRINT_OUT
05553 DEFW KEY_INPUT
05555 DEFB "K"
05556 DEFW PRINT_OUT
05558 DEFW REPORT_J
05560 DEFB "S"
05561 DEFW ADD_CHAR
05563 DEFW REPORT_J
05565 DEFB "R"
05566 DEFW PRINT_OUT
05568 DEFW REPORT_J
05570 DEFB "P"
05571 DEFB 128 End marker.
Prev: 05469 Up: Map Next: 05572