Add opcode_ff(0xff) instruction

This commit is contained in:
tuz358
2018-03-05 10:22:31 +09:00
parent 1ce883a1a0
commit 47352b68f2
2 changed files with 22 additions and 0 deletions

View File

@@ -32,4 +32,5 @@ public:
void mov_ebx_imm32(); // 0xbb
void jmp_imm8(); // 0xeb
void hlt(); // 0xf4
void opcode_ff(); // 0xff
};