Prev: 5C0E Up: Map Next: 5C36
5C10: 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).
STRMS 5C10 DEFW $0001 Stream +FD (keyboard).
5C12 DEFW $0006 Stream +FE (screen).
5C14 DEFW $000B Stream +FF (work space).
5C16 DEFW $0001 Stream +00 (keyboard).
5C18 DEFW $0001 Stream +01 (keyboard).
5C1A DEFW $0006 Stream +02 (screen).
5C1C DEFW $0010 Stream +03 (printer).
5C1E DEFW $0000 Stream +04.
5C20 DEFW $0000 Stream +05.
5C22 DEFW $0000 Stream +06.
5C24 DEFW $0000 Stream +07.
5C26 DEFW $0000 Stream +08.
5C28 DEFW $0000 Stream +09.
5C2A DEFW $0000 Stream +0A.
5C2C DEFW $0000 Stream +0B.
5C2E DEFW $0000 Stream +0C.
5C30 DEFW $0000 Stream +0D.
5C32 DEFW $0000 Stream +0E.
5C34 DEFW $0000 Stream +0F.
Prev: 5C0E Up: Map Next: 5C36