|
|
| version 1.1, 2004/02/18 02:03:36 | version 1.3, 2004/03/21 11:47:20 |
|---|---|
| Line 43 static const UINT32 op3tbl[OP3_MAX][8] = | Line 43 static const UINT32 op3tbl[OP3_MAX][8] = |
| OP_W_(RSTR_CMP, OP_EA, OP_IMM, 0)}, | OP_W_(RSTR_CMP, OP_EA, OP_IMM, 0)}, |
| // 83 | // 83 |
| {OP_W_(RSTR_ADD, OP_EA, OP_IS8, 0), | {OP_W_(RSTR_ADD, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_OR, OP_EA, OP_IS8, 0), | OP_W_(RSTR_OR, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_ADC, OP_EA, OP_IS8, 0), | OP_W_(RSTR_ADC, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_SBB, OP_EA, OP_IS8, 0), | OP_W_(RSTR_SBB, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_AND, OP_EA, OP_IS8, 0), | OP_W_(RSTR_AND, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_SUB, OP_EA, OP_IS8, 0), | OP_W_(RSTR_SUB, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_XOR, OP_EA, OP_IS8, 0), | OP_W_(RSTR_XOR, OP_PEA, OP_IS8, 0), |
| OP_W_(RSTR_CMP, OP_EA, OP_IS8, 0)}, | OP_W_(RSTR_CMP, OP_PEA, OP_IS8, 0)}, |
| // d0 | // d0 |
| {OP_B_(RSTR_SFT+0, OP_EA, OP_1, 0), | {OP_B_(RSTR_SFT+0, OP_EA, OP_1, 0), |
| Line 153 static const UINT32 op3tbl[OP3_MAX][8] = | Line 153 static const UINT32 op3tbl[OP3_MAX][8] = |
| OP_W_(RSTR_SFT+7, OP_EA, OP_I8, 0)}, | OP_W_(RSTR_SFT+7, OP_EA, OP_I8, 0)}, |
| // 0f00 | // 0f00 |
| {OP_W_(RSTR_SLDT, OP_EA, OP_I8, 0), | {OP_W_(RSTR_SLDT, OP_EA, 0, 0), |
| OP_W_(RSTR_STR, OP_EA, OP_I8, 0), | OP_W_(RSTR_STR, OP_EA, 0, 0), |
| OP_W_(RSTR_LLDT, OP_EA, OP_I8, 0), | OP_W_(RSTR_LLDT, OP_EA, 0, 0), |
| OP_W_(RSTR_LTR, OP_EA, OP_I8, 0), | OP_W_(RSTR_LTR, OP_EA, 0, 0), |
| OP_W_(RSTR_VERR, OP_EA, OP_I8, 0), | OP_W_(RSTR_VERR, OP_EA, 0, 0), |
| OP_W_(RSTR_VERW, OP_EA, OP_I8, 0), | OP_W_(RSTR_VERW, OP_EA, 0, 0), |
| OP_ER, | OP_ER, |
| OP_ER}, | OP_ER}, |