Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ fetch32
Method
fetch32
source/emulation/cpu/decoder.cpp:6179–6181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6177
}
6178
6179
U32 DecodeData::fetch32() {
6180
return ((U32)this->fetch16()) | (((U32)this->fetch16()) << 16);
6181
}
6182
6183
static PtrPool<DecodedOp> freeOps;
6184
Callers
7
Sib0
Function · 0.80
decodeEa32
Function · 0.80
fetchImm
Method · 0.80
decode
Method · 0.80
decode
Method · 0.80
decode
Method · 0.80
decode
Method · 0.80
Calls
1
fetch16
Method · 0.95
Tested by
no test coverage detected