home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug056.arc / FORMFEED.DOC < prev    next >
Text File  |  1979-12-31  |  384b  |  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.