| 5831 | } |
| 5832 | |
| 5833 | void 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 | |
| 5842 | void testJP0x7a() { |
| 5843 | cpu->big = false; |
no test coverage detected