Add mov_rm32_r32(0x89) instruction

This commit is contained in:
tuz358
2018-03-04 23:02:14 +09:00
parent 27a7d866d2
commit bf7fa49eee
2 changed files with 46 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ public:
void execute_opcode(uint8_t opcode);
void xor_rm32_r32(); // 0x31
void mov_rm32_r32(); // 0x89
void nop(); // 0x90
void mov_ecx_imm32(); // 0xb9
void mov_ebx_imm32(); // 0xbb