mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add mov_r32_rm32(0x8b) instruction
This commit is contained in:
@@ -81,6 +81,7 @@ public:
|
||||
void jne_imm8(); // 0x75
|
||||
void opcode_83(); // 0x83
|
||||
void mov_rm32_r32(); // 0x89
|
||||
void mov_r32_rm32(); // 0x8b
|
||||
void nop(); // 0x90
|
||||
void xchg_eax_r32(); // 0x91 ~ 0x97
|
||||
void mov_eax_imm32(); // 0xb8
|
||||
|
||||
Reference in New Issue
Block a user