mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Add cmp_rm32_imm8 instruction
This commit is contained in:
@@ -36,4 +36,6 @@ public:
|
||||
void jmp_imm8(); // 0xeb
|
||||
void hlt(); // 0xf4
|
||||
void opcode_ff(); // 0xff
|
||||
|
||||
void cmp_rm32_imm8();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user