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

Function testJP

source/test/testCPU.cpp:5824–5831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5822}
5823
5824void testJP(U8 instruction) {
5825 testJ(instruction, PF, true);
5826 testJ(instruction, CF, false);
5827 testJ(instruction, OF, false);
5828 testJ(instruction, SF, false);
5829 testJ(instruction, AF, false);
5830 testJ(instruction, ZF, false);
5831}
5832
5833void testJNP(U8 instruction) {
5834 testJ(instruction, PF, false);

Callers 2

testJP0x7aFunction · 0.85
testJP0x27aFunction · 0.85

Calls 1

testJFunction · 0.85

Tested by

no test coverage detected