summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-12-19 20:23:59 -0800
committerMike Pavone <pavone@retrodev.com>2012-12-19 20:23:59 -0800
commit5ad499fa36c4c71585b1fee5ff4059b743149eb7 (patch)
treee4db06033959280d5c5aeead823f813b0e9a1f1f /68kinst.h
parent7ee7471794207e37114ced2e1181b8448f5a78dd (diff)
Add support for BTST instruction (untested), absolute addressing mode for instructions other than move (untested) and fix decoding of MOVEM.
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;