timer0 Interrupt fully working

This commit is contained in:
Darkress
2023-06-18 19:24:40 +02:00
parent 60b288a762
commit 791201c884
3 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ public class Cli
System.out.printf("%s:\t\t%s\t", "PortA", Integer.toBinaryString(Memory.getPortA()));
System.out.printf("%s:\t\t%s\t", "PortB", Integer.toBinaryString(Memory.getPortB()));
System.out.printf("%n");
printf(Memory.getRegister(0x0B), "IntCon", true);
System.out.printf("%n");
}
private static void printf(int value, String description, boolean hex) {