mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add mov_esi_imm32(0xbe) instruction
This commit is contained in:
@@ -39,6 +39,8 @@ public:
|
||||
void mov_edx_imm32(); // 0xba
|
||||
void mov_ebx_imm32(); // 0xbb
|
||||
void mov_esp_imm32(); // 0xbc
|
||||
void mov_ebp_imm32(); // 0xbd
|
||||
void mov_esi_imm32(); // 0xbe
|
||||
void jmp_imm8(); // 0xeb
|
||||
void hlt(); // 0xf4
|
||||
void opcode_ff(); // 0xff
|
||||
|
||||
Reference in New Issue
Block a user