callInstruction (#3)
Co-authored-by: Darkress <30271678+DarkressX@users.noreply.github.com> Reviewed-on: darkress/pic16f84-sim#3
This commit was merged in pull request #3.
This commit is contained in:
@@ -13,13 +13,12 @@ class Main
|
||||
|
||||
ArrayList<Command> program = new ArrayList<>();
|
||||
Memory.workingRegister = 0xAA;
|
||||
int input1 = 0x2FFF;
|
||||
int input1 = 0x27FF;
|
||||
program.add(CommandDecoder.decode(input1));
|
||||
|
||||
Memory.setPCLATH(0xFF);
|
||||
program.get(0).execute();
|
||||
|
||||
//ProgramCounter.incPC();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user