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

Function common_condition_np

source/emulation/cpu/common/cpu.cpp:1406–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406U32 common_condition_np(CPU* cpu) {
1407 return cpu->getPF() ? 0 : 1;
1408}
1409
1410U32 common_condition_l(CPU* cpu) {
1411 return (cpu->getSF()!=cpu->getOF()) ? 1 : 0;

Callers

nothing calls this directly

Calls 1

getPFMethod · 0.45

Tested by

no test coverage detected