mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add adc_r32_rm32(0x13) instruction
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
void or_r32_rm32(); // 0x0b
|
||||
void or_eax_imm32(); // 0x0d
|
||||
void adc_rm32_r32(); // 0x11
|
||||
void adc_r32_rm32(); // 0x13
|
||||
void and_rm32_r32(); // 0x21
|
||||
void and_r32_rm32(); // 0x23
|
||||
void and_eax_imm32(); // 0x25
|
||||
|
||||
Reference in New Issue
Block a user