peterson@plains.UUCP (Bruce Peterson) (02/24/90)
Is there a disassembler to go with the GNU assembler?
In the file gas-1.34/m68k-opcode.h, struct m68k_opcode has a member 'match'.
This is the comment explaining match:
The match component is a mask saying which bits must match a
particular opcode in order for an instruction to be an instance
of that opcode.
The only use I can think of for match is in disassembly, so I am
guessing that there is a disassembler (or plans for one)--but it
is not part of the gas-1.34 or binutils that I have.
Thank you for any information you can give me. Bruce Peterson