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

Method removeAF

source/emulation/cpu/common/cpu.cpp:1043–1050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043void CPU::removeAF() {
1044#ifdef _DEBUG
1045 if (this->lazyFlagType !=FLAGS_NONE) {
1046 kpanic("CPU::fillFlags must be called before CPU::removeAF");
1047 }
1048#endif
1049 this->flags&=~AF;
1050}
1051
1052void CPU::addOF() {
1053#ifdef _DEBUG

Callers 6

daaFunction · 0.80
dasFunction · 0.80
aaaFunction · 0.80
aasFunction · 0.80
aadFunction · 0.80
aamFunction · 0.80

Calls 1

kpanicFunction · 0.85

Tested by

no test coverage detected