mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-19 05:24:35 +03:00
Add dec_r32(0x48~0x4f) instruction
This commit is contained in:
@@ -25,6 +25,7 @@ public:
|
||||
|
||||
void add_rm32_r32(); // 0x01
|
||||
void xor_rm32_r32(); // 0x31
|
||||
void dec_r32(); // 0x48 ~ 0x4f
|
||||
void mov_rm32_r32(); // 0x89
|
||||
void nop(); // 0x90
|
||||
void mov_ecx_imm32(); // 0xb9
|
||||
|
||||
Reference in New Issue
Block a user