home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
ZSYS
/
SIMTEL20
/
SYSLIB
/
SLIB3.LBR
/
SSCTLFL.Z80
< prev
next >
Wrap
Text File
|
2000-06-30
|
384b
|
18 lines
;
; SYSLIB Module Name: SSCTLFL
; Author: Richard Conn
; SYSLIB Version Number: 3.6
; Module Version Number: 1.1
public sctlfl
;
; SCTLFL is a data byte accessed by the SOUT and SCOUT routines.
; If its MSB (Bit 7) is Set, output is sent to LST:; if its LSB (Bit 0)
; is Set, output is sent to CON:.
;
SCTLFL:
DB 1 ; CON: BY DEFAULT
END