Add push_imm32(0x68) instruction

This commit is contained in:
tuz358
2018-03-06 15:09:35 +09:00
parent b460334d25
commit 0491cbd3e0
2 changed files with 10 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ public:
void pop_ebp(); // 0x5d
void pop_esi(); // 0x5e
void pop_edi(); // 0x5f
void push_imm32(); // 0x68
void jne_imm8(); // 0x75
void opcode_83(); // 0x83
void mov_rm32_r32(); // 0x89