Fixed opcode clash for PUSHF instruction

This commit is contained in:
simon 2018-01-20 09:40:23 -05:00
parent ffca185fe5
commit 187a828c79

View File

@ -13,7 +13,7 @@ public class PushfInstruction extends Instruction {
/** /**
* Opcode of the instruction * Opcode of the instruction
*/ */
public static final int OPCODE = 43; public static final int OPCODE = 45;
private CPU cpu; private CPU cpu;