Add xchg_eax_r32(0x91~0x97) instruction

This commit is contained in:
tuz358
2018-03-06 10:00:07 +09:00
parent 35addee260
commit 1caebfc67e
2 changed files with 12 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ public:
void opcode_83(); // 0x83
void mov_rm32_r32(); // 0x89
void nop(); // 0x90
void xchg_eax_r32(); // 0x91 ~ 0x97
void mov_eax_imm32(); // 0xb8
void mov_ecx_imm32(); // 0xb9
void mov_edx_imm32(); // 0xba