Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1406
U32 common_condition_np(CPU* cpu) {
1407
return cpu->getPF() ? 0 : 1;
1408
}
1409
1410
U32 common_condition_l(CPU* cpu) {
1411
return (cpu->getSF()!=cpu->getOF()) ? 1 : 0;
Callers
nothing calls this directly
Calls
1
getPF
Method · 0.45
Tested by
no test coverage detected