MCPcopy Create free account
hub / github.com/badvision/jace / getProgramCounter

Method getProgramCounter

src/main/java/jace/core/CPU.java:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 public int programCounter = 0;
92
93 public int getProgramCounter() {
94 return programCounter;
95 }
96
97 public void setProgramCounter(int programCounter) {
98 this.programCounter = 0x00FFFF & programCounter;

Callers 14

processMemoryEventMethod · 0.95
tickMethod · 0.95
bootWatchdogMethod · 0.80
MODEEnum · 0.80
calculateAddressMethod · 0.80
getValueMethod · 0.80
executeOpcodeMethod · 0.80
BRKMethod · 0.80
processInterruptMethod · 0.80
resetMethod · 0.80
disassembleMethod · 0.80
pushPCMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected