diff 68kinst.h @ 61:918468c623e9

Add support for BTST instruction (untested), absolute addressing mode for instructions other than move (untested) and fix decoding of MOVEM.
author Mike Pavone <pavone@retrodev.com>
date Wed, 19 Dec 2012 20:23:59 -0800
parents 3e7bfde7606e
children d212e0cd0b7e
line wrap: on
line diff
--- a/68kinst.h	Tue Dec 18 23:55:10 2012 -0800
+++ b/68kinst.h	Wed Dec 19 20:23:59 2012 -0800
@@ -128,6 +128,7 @@
 	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;