m68kdis - disassemble Motorola 68000 family object code

m68kdis is a disassembler for the Motorola 68000 family of cpu chips.
The disassembler attempts to discern between the instruction and data
portions of an object code file.

Just use make to build m68kdis.

m68kdis is currently untested on any code that uses F-line instructions
(and will refuse to believe they are instructions unless you use -f).
Hopefully, other things work :-)

There's a file for A-line instructions for the Macintosh.  It
undoubtedly does *not* have all of the ones your code uses.  Use
-d2 to try to find them.  Some code that I have uses some that I
don't know the actual names of.  mac.089 (where all of the listings
start match /^a[089]/) is the file to edit to add new instructions.
After editing, do a ``make mac''.

Chris
pefv700@utpe.pe.utexas.edu
