mirror of
https://github.com/tuz358/cpu-emulator.git
synced 2025-12-18 21:14:35 +03:00
Minor fix
This commit is contained in:
@@ -34,7 +34,7 @@ void Instructions::init_instructions(){
|
|||||||
this->instructions[0xf4] = &Instructions::hlt;
|
this->instructions[0xf4] = &Instructions::hlt;
|
||||||
this->instructions[0xff] = &Instructions::opcode_ff;
|
this->instructions[0xff] = &Instructions::opcode_ff;
|
||||||
|
|
||||||
this->instructions[0xcd] = &Instructions::hlt;
|
this->instructions[0x66] = &Instructions::hlt;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Instructions::init_modrm(){
|
void Instructions::init_modrm(){
|
||||||
|
|||||||
Reference in New Issue
Block a user