Prev: 23566 Up: Map Next: 23606
23568: STRMS - Addresses of channels attached to streams
Initialised by the routine at NEW (from the initial stream data table), and read by the routines at CHAN_OPEN and STR_DATA. Each of these values is an offset that is added to the base address of the channel data (stored at CHANS) to find the corresponding entry in the channel information table (CHINFO).
Input
Output
STRMS 23568 DEFW 1 Stream +FD (keyboard).
23570 DEFW 6 Stream +FE (screen).
23572 DEFW 11 Stream +FF (work space).
23574 DEFW 1 Stream +00 (keyboard).
23576 DEFW 1 Stream +01 (keyboard).
23578 DEFW 6 Stream +02 (screen).
23580 DEFW 16 Stream +03 (printer).
23582 DEFW 0 Stream +04.
23584 DEFW 0 Stream +05.
23586 DEFW 0 Stream +06.
23588 DEFW 0 Stream +07.
23590 DEFW 0 Stream +08.
23592 DEFW 0 Stream +09.
23594 DEFW 0 Stream +0A.
23596 DEFW 0 Stream +0B.
23598 DEFW 0 Stream +0C.
23600 DEFW 0 Stream +0D.
23602 DEFW 0 Stream +0E.
23604 DEFW 0 Stream +0F.
Prev: 23566 Up: Map Next: 23606