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

Method readByte

src/main/java/jace/core/PagedMemory.java:121–123  ·  view source on GitHub ↗
(int address)

Source from the content-addressed store, hash-verified

119 }
120
121 public byte readByte(int address) {
122 return getMemoryPage(address)[address & 0x0ff];
123 }
124
125 public void writeByte(int address, byte value) {
126 byte[] page = getMemoryPage(address);

Callers 14

mouseClickedMethod · 0.95
performActionMethod · 0.95
performProdosPatchMethod · 0.95
saveScreenshotRawMethod · 0.80
displayDoubleHiresMethod · 0.80
displayHiresMethod · 0.80
displayLoresMethod · 0.80
displayDoubleLoresMethod · 0.80
displayTextMethod · 0.80
displayText80Method · 0.80
displayLoresMethod · 0.80
displayDoubleLoresMethod · 0.80

Calls 1

getMemoryPageMethod · 0.95

Tested by

no test coverage detected