From: "Scott Stevens"
<sastevens(a)earthlink.net>
On Wed, 07 Apr 2004 16:08:17 -0400
Jim Donoghue <jim(a)smithy.com> wrote:
I'm trying to find a Z80 disassembler for
Linux. There are a bunch of
DOS ones out there, doesn't do me any good. A long time ago I had
downloaded one that was source and compiled it, but I can't remember
what it was. Anybody know of one?
Jim
Anything as simple as a Z80 disassembler is a stdin/stdout app anyway.
Hi
It is interesting that my definition of a disassembler is
quite a bit different than yours. I would call this a code
lister. A disassembler includes comments, selecting data types,
labeling branching and entry points and statistical cross referencing
( usually as comments in code ). This is often an interactive
process.
I guess writing one's own disassemblers tends to spoil a person.
Dwight