home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / f / formfeed.lbr / FORMFEED.DOC < prev   
Encoding:
Text File  |  1993-10-26  |  384 b   |  13 lines

  1. FORMFEED.DOC
  2.  
  3. All that FORMFEED does is output a formfeed character to the
  4. LST: port. It is not a bad example of how you can output any
  5. characters you want through this port.
  6.  
  7. To look at the code you can:
  8.  
  9.     DDT FORMFEED.COM
  10.  
  11.     L0100
  12.  
  13. You will see what just a few instructions will do through CP/M.