mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Fixed opcode clash for PUSHF instruction
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user