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

Method fetch8

source/emulation/cpu/decoder.cpp:6170–6173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6168};
6169
6170U8 DecodeData::fetch8() {
6171 this->opLen++;
6172 return this->callback->fetchByte(&this->eip);
6173}
6174
6175U16 DecodeData::fetch16() {
6176 return ((U16)this->fetch8()) | (((U16)this->fetch8()) << 8);

Callers 15

fetch16Method · 0.95
decodeEa16Function · 0.80
Sib0Function · 0.80
Sib1Function · 0.80
decodeEa32Function · 0.80
fetchImmMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80
decodeMethod · 0.80

Calls 1

fetchByteMethod · 0.80

Tested by

no test coverage detected