EXTRA_DIST += modules/arch/x86/tests/shift.asm
EXTRA_DIST += modules/arch/x86/tests/shift.errwarn
EXTRA_DIST += modules/arch/x86/tests/shift.hex
+EXTRA_DIST += modules/arch/x86/tests/twobytemem.asm
+EXTRA_DIST += modules/arch/x86/tests/twobytemem.errwarn
+EXTRA_DIST += modules/arch/x86/tests/twobytemem.hex
EXTRA_DIST += modules/arch/x86/tests/x86label.asm
EXTRA_DIST += modules/arch/x86/tests/x86label.errwarn
EXTRA_DIST += modules/arch/x86/tests/x86label.hex
/* Two byte opcode instructions with general memory operand */
static const x86_insn_info twobytemem_insn[] = {
- { CPU_Any, MOD_Op1Add|MOD_Op0Add|MOD_SpAdd, 0, 1, {0, 0, 0}, 0, 1,
+ { CPU_Any, MOD_Op1Add|MOD_Op0Add|MOD_SpAdd, 0, 2, {0, 0, 0}, 0, 1,
{OPT_Mem|OPS_Any|OPA_EA, 0, 0} }
};