Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site nic_vax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!panda!talcott!harvard!seismo!uwvax!astroatc!nic_vax!brown From: brown@nic_vax.UUCP Newsgroups: net.micro.pc Subject: Re: Re: Disassembler wanted Message-ID: <116@nic_vax.UUCP> Date: Thu, 21-Mar-85 00:11:53 EST Article-I.D.: nic_vax.116 Posted: Thu Mar 21 00:11:53 1985 Date-Received: Sat, 23-Mar-85 03:09:13 EST References: <351@nmtvax.UUCP> <1469@watcgl.UUCP> <306@mnetor.UUCP> Distribution: net Organization: Nicolet Instrument Corp. Madison WI Lines: 41 > > > > > > > > > I'm looking for a disassembler to run on a PC under DOS. Anyone got a public > > > domain one they could send me? > > > > > > Thanks in advance, > > > Bob > > > > The U command of the msdos debugger will do this. > > > > John > > ....!watmath!watcgl!jchapman > > Technically correct. The U command does disassemble. However it has no > symbolic replacment capabilities nor any ability to store disassembled > code into a disk file. Trying to browse unfamiliar code in Debug is > onerous at best since there is no scrolling and only limited search capability. > I tried to use Debug to figure how to make GRAPHICS.COM work with my Epson > RX-80. It's only about 800 bytes long but it wasn't any fun. > > There's got to be something better around! > > George > !{cbosgd, decvax, harpo, ihnp4}!utcs!mnetor!george Would you believe the there is a little better debugger around. It is called FSDBUG (Full Screen DeBUG) and is available by hook or by crook. Why is that? Well, it was written by an IBM employee in Germany and, so far, is only for use inside of IBM. It has five areas on the screen that one could work in. 1. All the the registers are displayed and are changable 2. A memory dump, 8 bytes wide by 8 lines deep, in HEX 3. A disassembled code area, about 10 line long. 4. Another memory dump area, but 16 bytes wide by 8 lines deep. 5. To the right of #4 is the same data shown in ASCII. All of the areas are changed by using the cursors to scroll around in the data. The program is really nice. I have only begun to use what it can do. IBM really should release it to the public. (NO I don't work for IBM) Mr. Video