mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add add_rm32_r32(0x01) instruction
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
void calc_modrm();
|
||||
void execute_opcode(uint8_t opcode);
|
||||
|
||||
void add_rm32_r32(); // 0x01
|
||||
void xor_rm32_r32(); // 0x31
|
||||
void mov_rm32_r32(); // 0x89
|
||||
void nop(); // 0x90
|
||||
|
||||
Reference in New Issue
Block a user