Chuck Guzis wrote:
What did you use for your disassembler?
A simple
disassembler I wrote myself.
(I normally use IDA Pro, which makes very short work
of most ROM tasks).
I've used IDA Pro. I agree that IDA Pro makes it simple to
get a
reasonable disassembly, but then, a disassembly isn't at all the same
thing as "reverse-engineered source code" IMNSHO. A disassembly tells
you that 05ah is loaded into the B register, but it usually doesn't tell
you what the meaning of 05ah is, nor why it is desired to have it in B.
Eric