home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / books / 68k_book / arp_doc / prtascii.txt < prev   
Text File  |  1985-11-20  |  2KB  |  39 lines

  1.                                               Robert C. Arp, Jr.
  2.                                               278-1 San Tomas Aquino Road
  3.                                               Campbell, Ca 95008
  4.                                               (408)370-9039
  5.  
  6.                                               April 28, 1989
  7.  
  8.      In general, I am not inclined to jump ahead to later material in the
  9. book that I am writing.  But, since I do support the concept of encourage-
  10. ment to the extent that it might alleviate the task of learning assembly
  11. language; and, since I promised R. Gillies that I would upload a desk
  12. accessory example, I am yielding this program as an example of the type of
  13. material that will presented in later chapters of "Atari ST Machine Specific
  14. Programming In Assembly".
  15.  
  16.      This desk accessory installs a print buffer and interrupt handler that
  17. are designed to get one out of the application FAST.  The usual circular
  18. print buffers are too slow.  After all, the reason one should be using a
  19. print buffer, in the first place, is that one is envolved in some work that
  20. demands a quick return to what is being done; yet a hard copy of something
  21. is desired.
  22.  
  23.      This buffer handles one file at a time.  Many enhancements could be
  24. added; for example, a file queue to support the sequential printing of
  25. multiple files.  But that is not the purpose of this example.  It has been
  26. designed to serve as an uncluttered example of a practical desk accessory.
  27.  
  28.      The documentation within the source file should be sufficient for those
  29. who are not content to wait until I get to the material in the book.  If not,
  30. you are on your own.  But there is a lot of other material around.  Look in
  31. magazine articles and gem books.
  32.  
  33.      To use the accessory, just copy PRTASCII.ACC to the root directory of
  34. your boot disk, or call it up from within MultiDesk.  Have your printer on,
  35. your computer packed in dry ice and a fire extinguisher standing by--cause
  36. this sucker moves.
  37.  
  38.       
  39.