home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-03.ZIP / CL.DOC < prev    next >
Text File  |  1983-07-20  |  415b  |  13 lines

  1. CL.ASM is an Assembler routine which, after assembly, linking, and
  2. conversion to a .COM file, will set an 80 column color monitor to a
  3. foreground color of yellow (6) and background and border colors of blue (1).
  4. The cursor is changed from a line to a block.
  5.  
  6. This routine is an Assembler equivilent of the BASIC statements:
  7.  
  8.         COLOR 6,1,1
  9.         LOCATE ,,,1,6
  10.         CLS
  11.  
  12. End of Documentation.
  13.