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