Add push_imm8(0x6a) instruction

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

View File

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