Re: A smarter disassembly utility
David P Harris <[email protected]> Wed, 27 Oct 2004 20:05:38 -0700
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Message-ID | <[email protected]> |
Very nice! David David McNab wrote: > Hi, > > I've written a picforth utility called 'fdasm' (python script attached). > > fdasm is a wrapper for the gputils 'gpdasm' disassembler, which parses > a hex file disassembly and cross-references it against a > picforth-generated .map file. > > It then outputs a disassembly annotated with known symbols, much more > intelligible than raw disassembly.