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

Method removeCF

source/emulation/cpu/common/cpu.cpp:1025–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025void CPU::removeCF() {
1026#ifdef _DEBUG
1027 if (this->lazyFlagType !=FLAGS_NONE) {
1028 kpanic("CPU::fillFlags must be called before CPU::removeCF");
1029 }
1030#endif
1031 this->flags&=~CF;
1032}
1033
1034void CPU::addAF() {
1035#ifdef _DEBUG

Callers 7

normal_clcFunction · 0.80
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