Add add_rm32_r32(0x01) instruction

This commit is contained in:
tuz358
2018-03-05 08:34:42 +09:00
parent bf7fa49eee
commit d4ec188ef1
2 changed files with 52 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ public:
void calc_modrm();
void execute_opcode(uint8_t opcode);
void add_rm32_r32(); // 0x01
void xor_rm32_r32(); // 0x31
void mov_rm32_r32(); // 0x89
void nop(); // 0x90