mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add mov_ebx_imm32(0xbb) instruction
This commit is contained in:
@@ -26,5 +26,6 @@ public:
|
||||
void xor_rm32_r32(); // 0x31
|
||||
void nop(); // 0x90
|
||||
void mov_ecx_imm32(); // 0xb9
|
||||
void mov_ebx_imm32(); // 0xbb
|
||||
void hlt(); // 0xf4
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user