home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10442 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.5 KB

  1. Path: sparky!uunet!ulowell!m2c!bu.edu!news.tufts.edu!jade.tufts.edu!hhochhei
  2. From: hhochhei@jade.tufts.edu (Harry S. Hochheiser)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Exceptions/Error Codes in TD386
  5. Summary: What do these error codes mean?
  6. Keywords: TD386, TASM, Exceptions/Error Codes
  7. Message-ID: <1992Nov9.172708.10963@news.tufts.edu>
  8. Date: 9 Nov 92 17:27:08 GMT
  9. Sender: news@news.tufts.edu (USENET News System)
  10. Followup-To: comp.os.msdos.programmer
  11. Distribution: usa
  12. Organization: Tufts University - Medford, MA
  13. Lines: 30
  14.  
  15.  
  16. I've run into a bit of a problem while attempting to debug a TSR using
  17. TD386.  The debugger has responded to me with messages such as: 
  18.  
  19. "Exception xx, Error Code 0",
  20.  
  21. with xx being 6 and 13 at various times.
  22.  
  23. According to the Turbo Debugger manual, Exceptions are due to illegal
  24. opcodes, and they are described in the "Intel Processor
  25. Documentation".
  26.  
  27. The program is written in assembler code, and assembled using TASM.
  28.  
  29. My questions:
  30.     1) what do these codes mean?
  31.     2) what documentation is being referred to by "Intel Processor
  32. Documentation"?
  33.     3) Why would TASM output something that may be an illegal
  34. opcode?
  35.  
  36. Any assistance would be appreciated.  Please respond by e-mail, and
  37. I'll summarize if needed...(of course, apologies if any of these are
  38. FAQs).
  39.  
  40. -------------------------------
  41. Harry Hochheiser                                 harry@jade.tufts.edu
  42. Tufts University, Rehabilitation Medicine     hhochhei@jade.tufts.edu
  43. 75 Kneeland Street, 5th floor                 (617)956-5036
  44. Boston MA 02111 
  45.