comparison 68kinst.h @ 9:0a0cd3705c19

Implement (possibly broken) decoding of all M68000 instructions not in the OR_DIV_SBCD group
author Mike Pavone <pavone@retrodev.com>
date Tue, 13 Nov 2012 18:26:43 -0800
parents 23b83d94c633
children 4553fc97b15e
comparison
equal deleted inserted replaced
8:23b83d94c633 9:0a0cd3705c19
86 M68K_SWAP, 86 M68K_SWAP,
87 M68K_TAS, 87 M68K_TAS,
88 M68K_TRAP, 88 M68K_TRAP,
89 M68K_TRAPV, 89 M68K_TRAPV,
90 M68K_TST, 90 M68K_TST,
91 M68K_UNLNK, 91 M68K_UNLK,
92 M68K_INVALID 92 M68K_INVALID
93 } m68K_op; 93 } m68K_op;
94 94
95 typedef enum { 95 typedef enum {
96 VAR_NORMAL, 96 VAR_NORMAL,