Prev: 15C4 Up: Map Next: 15D4
15C6: THE 'INITIAL STREAM DATA'
Used by the routines at NEW and CLOSE.
Initially there are seven streams - +FD to +03.
STRMDATA 15C6 DEFW $0001 +FD: Leads to channel 'K' (keyboard)
15C8 DEFW $0006 +FE: Leads to channel 'S' (screen)
15CA DEFW $000B +FF: Leads to channel 'R' (work space)
15CC DEFW $0001 +00: Leads to channel 'K' (keyboard)
15CE DEFW $0001 +01: Leads to channel 'K' (keyboard)
15D0 DEFW $0006 +02: Leads to channel 'S' (screen)
15D2 DEFW $0010 +03: Leads to channel 'P' (printer)
Prev: 15C4 Up: Map Next: 15D4