mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add je_imm8(0x74) instruction
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
void pop_edi(); // 0x5f
|
||||
void push_imm32(); // 0x68
|
||||
void push_imm8(); // 0x6a
|
||||
void je_imm8(); // 0x74
|
||||
void jne_imm8(); // 0x75
|
||||
void opcode_83(); // 0x83
|
||||
void mov_rm32_r32(); // 0x89
|
||||
|
||||
Reference in New Issue
Block a user