Prev: 23566 Up: Map Next: 23606
23568: STRMS - Addresses of channels attached to streams
Initialised by the routine at NEW, and read by the routines at CHAN_OPEN and STR_DATA.
Input
Output
STRMS 23568 DEFB 1,0 Stream +FD (keyboard).
23570 DEFB 6,0 Stream +FE (screen).
23572 DEFB 11,0 Stream +FF (work space).
23574 DEFB 1,0 Stream +00 (keyboard).
23576 DEFB 1,0 Stream +01 (keyboard).
23578 DEFB 6,0 Stream +02 (screen).
23580 DEFB 16,0 Stream +03 (printer).
23582 DEFB 0,0 Stream +04.
23584 DEFB 0,0 Stream +05.
23586 DEFB 0,0 Stream +06.
23588 DEFB 0,0 Stream +07.
23590 DEFB 0,0 Stream +08.
23592 DEFB 0,0 Stream +09.
23594 DEFB 0,0 Stream +0A.
23596 DEFB 0,0 Stream +0B.
23598 DEFB 0,0 Stream +0C.
23600 DEFB 0,0 Stream +0D.
23602 DEFB 0,0 Stream +0E.
23604 DEFB 0,0 Stream +0F.
Prev: 23566 Up: Map Next: 23606