From 5ad499fa36c4c71585b1fee5ff4059b743149eb7 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 19 Dec 2012 20:23:59 -0800 Subject: Add support for BTST instruction (untested), absolute addressing mode for instructions other than move (untested) and fix decoding of MOVEM. --- 68kinst.h | 1 + 1 file changed, 1 insertion(+) (limited to '68kinst.h') 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; -- cgit v1.2.3