mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
Fixed opcode clash for PUSHF instruction
This commit is contained in:
parent
ffca185fe5
commit
187a828c79
@ -13,7 +13,7 @@ public class PushfInstruction extends Instruction {
|
||||
/**
|
||||
* Opcode of the instruction
|
||||
*/
|
||||
public static final int OPCODE = 43;
|
||||
public static final int OPCODE = 45;
|
||||
|
||||
private CPU cpu;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user