mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add cmp_rm32_r32(0x39) instruction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user