diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-19 20:23:59 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-19 20:23:59 -0800 |
commit | 5ad499fa36c4c71585b1fee5ff4059b743149eb7 (patch) | |
tree | e4db06033959280d5c5aeead823f813b0e9a1f1f /68kinst.h | |
parent | 7ee7471794207e37114ced2e1181b8448f5a78dd (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |