Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mouseClicked
Method · 0.95
performAction
Method · 0.95
performProdosPatch
Method · 0.95
saveScreenshotRaw
Method · 0.80
displayDoubleHires
Method · 0.80
displayHires
Method · 0.80
displayLores
Method · 0.80
displayDoubleLores
Method · 0.80
displayText
Method · 0.80
displayText80
Method · 0.80
displayLores
Method · 0.80
displayDoubleLores
Method · 0.80
Calls
1
getMemoryPage
Method · 0.95
Tested by
no test coverage detected