From c7e7ccbe93db9a972c90f578f4e23ad295b34e86 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 24 May 2004 14:33:21 +0000 Subject: Reorganise m68k instruction decoding and improve handling of MAC/EMAC --- include/opcode/m68k.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/opcode/m68k.h') diff --git a/include/opcode/m68k.h b/include/opcode/m68k.h index daef737d5..49bd8f9b5 100644 --- a/include/opcode/m68k.h +++ b/include/opcode/m68k.h @@ -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. */ -- cgit v1.2.3