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

Method getAF

source/emulation/cpu/common/cpu.cpp:907–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907bool CPU::getAF() {
908 return lazyFlags[this->lazyFlagType]->getAF(this) != 0;
909}
910
911bool CPU::getPF() {
912 return lazyFlags[this->lazyFlagType]->getPF(this) != 0;

Callers 8

fillFlagsMethod · 0.45
fillFlagsNoCFMethod · 0.45
fillFlagsNoZFMethod · 0.45
daaFunction · 0.45
dasFunction · 0.45
aaaFunction · 0.45
aasFunction · 0.45
assertResultFunction · 0.45

Calls

no outgoing calls

Tested by 1

assertResultFunction · 0.36