xor di and cpu flags
This commit is contained in:
@ -11,13 +11,11 @@ instruction instructions[0x100] = {
|
||||
[0xAF] = {IN_XOR, AM_R, RT_A},
|
||||
|
||||
[0xC3] = {IN_JP, AM_D16},
|
||||
|
||||
[0xF3] = {IN_DI},
|
||||
};
|
||||
|
||||
instruction *instruction_by_opcode(u8 opcode) {
|
||||
if (instructions[opcode].type == IN_NONE) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return &instructions[opcode];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user