Add xor_r32_rm32(0x33) instruction

This commit is contained in:
tuz358
2018-03-06 11:23:41 +09:00
parent 9c186fd247
commit 071f2794fa
2 changed files with 52 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ public:
void sub_r32_rm32(); // 0x2b
void sub_eax_imm32(); // 0x2d
void xor_rm32_r32(); // 0x31
void xor_r32_rm32(); // 0x33
void inc_eax(); // 0x40
void inc_ecx(); // 0x41
void inc_edx(); // 0x42