Add or_r32_rm32(0x0b) instruction

This commit is contained in:
tuz358
2018-03-06 10:51:16 +09:00
parent a3fde16a49
commit 10d45e5c9e
2 changed files with 52 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ public:
void add_r32_rm32(); // 0x03
void add_eax_imm32(); // 0x05
void or_rm32_r32(); // 0x09
void or_r32_rm32(); // 0x0b
void xor_rm32_r32(); // 0x31
void inc_eax(); // 0x40
void inc_ecx(); // 0x41