home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / p / sbasics.lbr / SCREEN.DZC / SCREEN.DOC
Encoding:
Text File  |  1993-10-25  |  896 b   |  24 lines

  1. SCREEN.DOC  
  2.  
  3. The SCREEN program displays all the displayable screen characters. 
  4. Non-displayables are replaced by abbreviations of their ASCII 
  5. function.  (These are the non-displayables in the standard Kaypro 
  6. character set;  a different character set might have additional 
  7. non-displayables.)  The characters are displayed in a table that also 
  8. shows the decimal ASCII codes.  (ASCII characters are really only 
  9. defined from 0 to 127, but the table covers 0 to 255.)
  10.        
  11. USAGE:
  12.  
  13. Type SCREEN, press Return, and watch the results.           
  14.  
  15. COMMENTS:
  16.  
  17. The SCREEN.BAS file contains the Sbasic source code.  Its a very 
  18. simple program, and consists mostly of print statements.
  19.  
  20. Bryan Ashby  
  21. 850 Pine Avenue  
  22. Pacific Grove CA 93950
  23.  
  24.