Add mov_eax_imm32(0xb8) instruction

This commit is contained in:
tuz358
2018-03-05 11:53:04 +09:00
parent 23831ad03b
commit 4b05a55542
2 changed files with 11 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ public:
void opcode_83(); // 0x83
void mov_rm32_r32(); // 0x89
void nop(); // 0x90
void mov_eax_imm32(); // 0xb8
void mov_ecx_imm32(); // 0xb9
void mov_ebx_imm32(); // 0xbb
void jmp_imm8(); // 0xeb