Add je_imm8(0x74) instruction

This commit is contained in:
tuz358
2018-03-14 08:32:04 +09:00
parent 7d0bda78ce
commit 2bd7b72618
2 changed files with 15 additions and 1 deletions

View File

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