Date: Fri, 9 Dec 94 00:35 MST From: mat AT ardi DOT com (Mat Hostetter) To: ANTHONY APPLEYARD Subject: Re: A disassembler in djgpp? Cc: djgpp AT sun DOT soe DOT clarkson DOT edu References: >>>>> "ANTHONY" == ANTHONY APPLEYARD writes: ANTHONY> In djgpp I found a file called ANTHONY> C:\DJGPP\SRC\GAS-2.3\OPCODES\DISASSEM.C . Is it part of a ANTHONY> machine code - to - assembler language disassambler or ANTHONY> decompiler built into the Gnu Assembler? If so, how do I ANTHONY> call and use it? For what it's worth, the docs for objdump (part of the GNU binutils distribution) claim it can disassemble. It doesn't appear to be as flexible as gdb, though. -Mat