Add jmp_imm32(0xe9) instruction

This commit is contained in:
tuz358
2018-03-07 18:49:28 +09:00
parent a821412197
commit 0b22a08b91
2 changed files with 12 additions and 1 deletions

View File

@@ -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