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 >
Text File  |  2000-06-30  |  384b  |  18 lines

  1. ;
  2. ; SYSLIB Module Name:  SSCTLFL
  3. ; Author:  Richard Conn
  4. ; SYSLIB Version Number:  3.6
  5. ; Module Version Number:  1.1
  6.  
  7.     public    sctlfl
  8.  
  9. ;
  10. ;    SCTLFL is a data byte accessed by the SOUT and SCOUT routines.
  11. ; If its MSB (Bit 7) is Set, output is sent to LST:; if its LSB (Bit 0)
  12. ; is Set, output is sent to CON:.
  13. ;
  14. SCTLFL:
  15.     DB    1    ; CON: BY DEFAULT
  16.  
  17.     END
  18.