Renamed setPcForGotoCall function to setPcFrom11BitLiteral

This commit is contained in:
Darkress
2023-05-30 01:18:51 +02:00
parent 3eaf697306
commit 022dd499ce
5 changed files with 5 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ class Main
ArrayList<Command> program = new ArrayList<>();
Memory.workingRegister = 0xAA;
int input1 = 0x2FFF;
int input1 = 0x27FF;
program.add(CommandDecoder.decode(input1));
Memory.setPCLATH(0xFF);