Add mov_r32_rm32(0x8b) instruction

This commit is contained in:
tuz358
2018-03-08 11:39:03 +09:00
parent 0b22a08b91
commit f3f4c68ba4
2 changed files with 52 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ public:
void jne_imm8(); // 0x75
void opcode_83(); // 0x83
void mov_rm32_r32(); // 0x89
void mov_r32_rm32(); // 0x8b
void nop(); // 0x90
void xchg_eax_r32(); // 0x91 ~ 0x97
void mov_eax_imm32(); // 0xb8