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 / SIMTEL / CPMUG / CPMUG034.ARK / PLOT.DOC < prev    next >
Text File  |  1984-04-29  |  601b  |  17 lines

  1. PLOT.ASM is the source program of the overlay to
  2. the SAM76 interpreter to permit the plotting of
  3. vector graphics either on a "calcomp type"
  4. plotter or a display of the "POLY88/TRS80" type.
  5.  
  6. It is currently setup for use at A800 hex, but can
  7. be placed anywhere by changing the value of
  8. PLT76. If Z80 is set equal to 0 then 8080 code is
  9. generated, if set to 1, then Z80 code is used.
  10.  
  11. Note that the address pointed to by one of the
  12. overlay pointers of SAM76 {POA, POB, POC, or POD}
  13. must point to the selected address for the
  14. PLOT overlay, or be set to 0 if the overlay is
  15. not in place.
  16.  
  17.