Add mov_edi_imm32(0xbf) instruction

This commit is contained in:
tuz358
2018-03-05 18:02:01 +09:00
parent e4d737dadf
commit 602c77d570
2 changed files with 11 additions and 0 deletions

View File

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