mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Renamed intr to iret to match 8086 mnemnonics
This commit is contained in:
parent
ff4a3d6f20
commit
974b00aa7a
@ -98,7 +98,7 @@ public class CPU implements JSONSerialisable {
|
|||||||
instructionSet.add(new JnoInstruction(this));
|
instructionSet.add(new JnoInstruction(this));
|
||||||
instructionSet.add(new JoInstruction(this));
|
instructionSet.add(new JoInstruction(this));
|
||||||
instructionSet.add(new IntInstruction(this));
|
instructionSet.add(new IntInstruction(this));
|
||||||
instructionSet.add(new IntrInstruction(this));
|
instructionSet.add(new IretInstruction(this));
|
||||||
|
|
||||||
status = new Status();
|
status = new Status();
|
||||||
memory = new Memory(config.getInt("memory_size"));
|
memory = new Memory(config.getInt("memory_size"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user