summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/68kinst.h b/68kinst.h
index 209ea29..872bd2e 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -128,6 +128,7 @@ typedef enum {
MODE_PC_DISPLACE,
MODE_PC_INDEX,
MODE_IMMEDIATE,
+ MODE_IMMEDIATE_WORD,//used to indicate an immediate operand that only uses a single extension word even for a long operation
MODE_UNUSED
} m68k_addr_modes;