Add call_imm32(0xe8) instruction

This commit is contained in:
tuz358
2018-03-06 15:36:48 +09:00
parent b2dc9aa54d
commit d9e09da12b
2 changed files with 15 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ public:
void mov_ebp_imm32(); // 0xbd
void mov_esi_imm32(); // 0xbe
void mov_edi_imm32(); // 0xbf
void call_imm32(); // 0xe8
void jmp_imm8(); // 0xeb
void hlt(); // 0xf4
void opcode_ff(); // 0xff