Add inc_r32(0x40~0x47) instruction in opcode_ff() function

This commit is contained in:
tuz358
2018-03-09 18:00:14 +09:00
parent 394e982015
commit af6de7bc40

View File

@@ -1175,8 +1175,8 @@ void Instructions::opcode_ff(){
switch (this->R) {
case 0:
// TODO: add inc_r32() function
// this->execute_opcode(0x40+this->M)
this->execute_opcode(0x40+this->M); // inc r32
this->eip++;
break;
case 1:
this->execute_opcode(0x48+this->M); // dec r32