Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
907
bool CPU::getAF() {
908
return lazyFlags[this->lazyFlagType]->getAF(this) != 0;
909
}
910
911
bool CPU::getPF() {
912
return lazyFlags[this->lazyFlagType]->getPF(this) != 0;
Callers
8
fillFlags
Method · 0.45
fillFlagsNoCF
Method · 0.45
fillFlagsNoZF
Method · 0.45
daa
Function · 0.45
das
Function · 0.45
aaa
Function · 0.45
aas
Function · 0.45
assertResult
Function · 0.45
Calls
no outgoing calls
Tested by
1
assertResult
Function · 0.36