diff options
Diffstat (limited to 'include/opcode/m68k.h')
-rw-r--r-- | include/opcode/m68k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/m68k.h b/include/opcode/m68k.h index daef737..49bd8f9 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. */ |