home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11514 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.2 KB  |  26 lines

  1. Organization: Heinz School, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!ss62+
  3. Newsgroups: comp.os.msdos.programmer
  4. Message-ID: <MfAaG2m00WBO843HNM@andrew.cmu.edu>
  5. Date: Fri, 18 Dec 1992 18:53:38 -0500 
  6. From: Shelby Stewman <ss62+@andrew.cmu.edu>
  7. Subject: Re: TSRs in Structured Code?
  8. In-Reply-To: <92352.105926GNR100@psuvm.psu.edu>
  9. Lines: 15
  10.  
  11. TSRs can be programmed in any language which supports them or has direct
  12. interrupt access. Well, almost any. A good book for TSR programming
  13. would be Undocumented DOS (chapter five, I believe). This gives examples
  14. in C and assembler. You can also code it in Turbo Pascal with relative
  15. ease. But, like with anything, assembler is faster running and sometimes
  16. makes programming easier. Also, you might want to look at the Tesseract
  17. library of TSR programming available on wuarchive.wustl.edu
  18. (/mirrors/msdos/sysutl). Numerous libraries exist for C and quite a few
  19. for Turbo Pascal. I am not sure about Prolog, Lisp, Modulo-2, or other
  20. languages. As for the specifics of TSR programming, ask someone more
  21. knowledgeable. 
  22.  
  23.         -- Shannon F. Stewman
  24.         18-dec-1992
  25.         Please excuse my grammar.
  26.