Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ readMemory16
Function
readMemory16
arm9/source/mmu.cpp:671–673 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
669
}
670
671
u16 readMemory16(u16 addr) {
672
return readMemory(addr) | readMemory(addr+1)<<8;
673
}
674
675
#ifdef DS
676
u8 readIO(u8 ioReg) ITCM_CODE;
Callers
nothing calls this directly
Calls
1
readMemory
Function · 0.85
Tested by
no test coverage detected