Reorganise m68k instruction decoding and improve handling of MAC/EMAC

This commit is contained in:
Nick Clifton 2004-05-24 14:33:21 +00:00
parent 352694210f
commit c7e7ccbe93
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-05-24 Peter Barada <peter@the-baradas.com>
* m68k.h: Add 'size' to m68k_opcode.
2004-05-05 Peter Barada <peter@the-baradas.com>
* m68k.h: Switch from ColdFire chip name to core variant.

View File

@ -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. */