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

Method getOpLocation

source/emulation/cpu/common/cpu.cpp:1198–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196}
1197
1198DecodedOp** CPU::getOpLocation(U32 eip) {
1199 return this->memory->getDecodedOpLocation(eip);
1200}
1201
1202U8 CPU::fetchByte(U32* eip) {
1203 if (*eip - this->seg[CS].address == 0xFFFF && !this->isBig()) {

Callers 1

decodeBlockFunction · 0.80

Calls 1

getDecodedOpLocationMethod · 0.80

Tested by

no test coverage detected