Reorganise m68k instruction decoding and improve handling of MAC/EMAC
This commit is contained in:
parent
dfdffa2c3c
commit
be8c092bb0
11 changed files with 10607 additions and 10404 deletions
|
@ -73,6 +73,9 @@ struct m68k_opcode
|
|||
{
|
||||
/* The opcode name. */
|
||||
const char *name;
|
||||
/* The pseudo-size of the instruction(in bytes). Used to determine
|
||||
number of bytes necessary to disassemble the instruction. */
|
||||
unsigned int size;
|
||||
/* The opcode itself. */
|
||||
unsigned long opcode;
|
||||
/* The mask used by the disassembler. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue