Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wasatch!ug.utah.edu!u-dmfloy From: u-dmfloy%ug.utah.edu@wasatch.UUCP (Daniel M Floyd) Newsgroups: comp.sys.ibm.pc Subject: Re: Disassembler for the IBM PC? Message-ID: <1421@wasatch.UUCP> Date: 24 Mar 89 19:56:52 GMT References: <22121@shemp.CS.UCLA.EDU> Sender: news@wasatch.UUCP Reply-To: u-dmfloy%ug.utah.edu.UUCP@wasatch.UUCP (Daniel M Floyd) Organization: University of Utah, Computer Science Dept. Lines: 11 In article <22121@shemp.CS.UCLA.EDU> arman@CS.UCLA.EDU (Arman Bostani) writes: > >Does anyone know of a disassembler for IBM PC (MS-DOS) executables that >runs under MS-DOS or Unix? ASMGEN is PD stuff and works well. I have a copy and it generates reasonable assembly source code. Of course, no comments, and the labels are only things like L001: but it's better than debug. In fact, it may be difficult to find a disassembler that generates better source. Dan Floyd 8