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

Method getValue

src/main/java/jace/apple2e/MOS65C02.java:369–369  ·  view source on GitHub ↗
(boolean generateEvent, MOS65C02 cpu)

Source from the content-addressed store, hash-verified

367 int calculateAddress(MOS65C02 cpu);
368
369 default int getValue(boolean generateEvent, MOS65C02 cpu) {
370 int address = calculateAddress(cpu);
371 return (address > -1) ? (0x0ff & cpu.getMemory().read(address, TYPE.READ_DATA, generateEvent, false)) : 0;
372 }

Callers 7

compileMethod · 0.65
fetchMethod · 0.65
insertCardMethod · 0.65
reconfigureMethod · 0.65
compileMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected