Add sub_rm32_r32(0x29) instruction

This commit is contained in:
tuz358
2018-03-06 11:15:04 +09:00
parent 980902ad17
commit 5d317a3ae9
2 changed files with 51 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ public:
void and_rm32_r32(); // 0x21
void and_r32_rm32(); // 0x23
void and_eax_imm32(); // 0x25
void sub_rm32_r32(); // 0x29
void xor_rm32_r32(); // 0x31
void inc_eax(); // 0x40
void inc_ecx(); // 0x41