Add cmp_rm32_r32(0x39) instruction

This commit is contained in:
tuz358
2018-03-06 11:39:30 +09:00
parent 812a585e9a
commit e38ea011d0
2 changed files with 55 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public:
void xor_rm32_r32(); // 0x31
void xor_r32_rm32(); // 0x33
void xor_eax_imm32(); // 0x35
void cmp_rm32_r32(); // 0x39
void inc_eax(); // 0x40
void inc_ecx(); // 0x41
void inc_edx(); // 0x42