diff --git a/instructions.cpp b/instructions.cpp index ba79224..b8add2f 100644 --- a/instructions.cpp +++ b/instructions.cpp @@ -34,7 +34,7 @@ void Instructions::init_instructions(){ this->instructions[0xf4] = &Instructions::hlt; this->instructions[0xff] = &Instructions::opcode_ff; - this->instructions[0xcd] = &Instructions::hlt; + this->instructions[0x66] = &Instructions::hlt; } void Instructions::init_modrm(){