Add xor_rm32_imm(0x81,0x83) instruction

This commit is contained in:
tuz358
2018-03-18 16:06:58 +09:00
parent c00f7378b7
commit 1af1ff44fd
2 changed files with 21 additions and 2 deletions

View File

@@ -138,5 +138,6 @@ public:
void sbb_rm32_imm(int imm_flag);
void and_rm32_imm(int imm_flag);
void sub_rm32_imm(int imm_flag);
void xor_rm32_imm(int imm_flag);
void cmp_rm32_imm8();
};