Importing zdevtools release 20110529 from https://zdevtools.codeplex.com/ minus the...
[zdevtools.git] / zd / README
1 The man page documents the useful parts of the disassembler.
2
3 The included interp.rb Ruby script can be used to extract action and preaction
4 routine addresses from the output of infodump -g, allowing zd to disassemble
5 these routines (it cannot find them on its own).  The resulting file can be
6 passed to zd's -A flag.  For example:
7
8 infodump -g zork1.z3 | ./interp.rb | ./zd -a 0 -A - zork1.z3