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

Function testJNP

source/test/testCPU.cpp:5833–5840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5831}
5832
5833void testJNP(U8 instruction) {
5834 testJ(instruction, PF, false);
5835 testJ(instruction, CF, true);
5836 testJ(instruction, OF, true);
5837 testJ(instruction, SF, true);
5838 testJ(instruction, AF, true);
5839 testJ(instruction, ZF, true);
5840}
5841
5842void testJP0x7a() {
5843 cpu->big = false;

Callers 2

testJNP0x7bFunction · 0.85
testJNP0x27bFunction · 0.85

Calls 1

testJFunction · 0.85

Tested by

no test coverage detected