Renamed setPcForGotoCall function to setPcFrom11BitLiteral
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user