home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12519 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.0 KB

  1. Xref: sparky comp.os.msdos.programmer:12519 alt.msdos.programmer:3272
  2. Path: sparky!uunet!das.wang.com!ulowell!m2c!bu.edu!stanford.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!sgiblab!adagio.panasonic.com!chorus.mei!saturn.mew!srl!gah
  3. From: gah@trc.mew.mei.co.jp (Gary A. Hildebrand)
  4. Newsgroups: comp.os.msdos.programmer,alt.msdos.programmer
  5. Subject: Re: Source code for V86-mode disassembler
  6. Message-ID: <GAH.93Jan27080440@trcrik.trc.mew.mei.co.jp>
  7. Date: 26 Jan 93 23:04:40 GMT
  8. References: <1993Jan25.214832.27275@microware.com>
  9. Sender: news@srl.mew.mei.co.jp
  10. Organization: Matsushita Electric Works Ltd., Tokyo, Japan.
  11. Lines: 28
  12. In-Reply-To: adam@microware.com's message of 25 Jan 93 21:48:32 GMT
  13. Nntp-Posting-Host: akihabara.trc.mew.mei.co.jp
  14.  
  15. >>>>> "AG" == Adam Goldberg <adam@microware.com> writes:
  16.  
  17. AG> Does anyone know of a disassembler capable of dissecting V86-mode
  18. AG> code?  ie, that understands 386-specific instructions, but in 16-bit
  19. AG> mode.
  20.  
  21. Have you checked out recent versions of Sourcer, from V Communications?
  22. It's very fast, it can generate .ASM or .LST files, and can be set to
  23. recognize 286- and 386-specific code in 16- or 32-bit segments.  Definitely
  24. worth the small price Sourcer charges for it.
  25.  
  26. If you just want on-line disassembly, just about any debugger software
  27. currently out there will disassemble 386-specific instructions containing a
  28. prefix.  The only time most debuggers mess up is with prefix-less code in
  29. 32-bit segments, because they assume 16-bit segments.
  30.  
  31. AG> Any pointers to source code would be extremely helpful.
  32.  
  33. Unfortunately, Sourcer does not come with its own source!  (perhaps you
  34. could use Sourcer on itself, although I presume that would violate your
  35. license agreement with them :-)
  36.  
  37. Gary
  38. --
  39. / Gary A. Hildebrand                 Internet: gah@mew.mei.co.jp       \
  40. /  Matsushita Electric Works, Ltd.   UUCP:     uunet!mew.mei.co.jp!gah \
  41. /   13-2, Mita 5-chome, Minato-ku    Fax:      03-3451-0793            \
  42. /    Tokyo 108, JAPAN                Tel:      03-3452-4941            \
  43.