MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isValidReadAddress

Method isValidReadAddress

source/emulation/cpu/normal/normalCPU.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool NormalCPU::isValidReadAddress(U32 address) {
160 return memory->canRead(address >> K_PAGE_SHIFT);
161}
162
163DecodedOp* NormalCPU::decodeOneOp(U32 eip) {
164 U32 opCount = 0;

Callers

nothing calls this directly

Calls 1

canReadMethod · 0.45

Tested by

no test coverage detected