mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-19 05:24:35 +03:00
Add jmp_imm32(0xe9) instruction
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
void ret(); // 0xc3
|
||||
void leave(); // 0xc9
|
||||
void call_imm32(); // 0xe8
|
||||
void jmp_imm32(); // 0xe9
|
||||
void jmp_imm8(); // 0xeb
|
||||
void hlt(); // 0xf4
|
||||
void opcode_ff(); // 0xff
|
||||
|
||||
Reference in New Issue
Block a user