Added Xorwf Instruction

This commit is contained in:
Darkress
2023-06-07 20:20:35 +02:00
parent b298b97652
commit 21ee79f6ef
3 changed files with 29 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class Main
ArrayList<Command> program = new ArrayList<>();
Memory.workingRegister = 0x01;
Memory.setRegister(0x14, 0xA5); //240 << 224
program.add(CommandDecoder.decode(0x0E94));
program.add(CommandDecoder.decode(0x0694));
for(int i = 0; i < program.size(); i++)
{
program.get(ProgramCounter.getPc()).execute();