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