Add cmp_rm32_imm8 instruction

This commit is contained in:
tuz358
2018-03-05 11:28:20 +09:00
parent ca332915c8
commit b161f2b85f
2 changed files with 15 additions and 0 deletions

View File

@@ -36,4 +36,6 @@ public:
void jmp_imm8(); // 0xeb
void hlt(); // 0xf4
void opcode_ff(); // 0xff
void cmp_rm32_imm8();
};