| 8664 | } |
| 8665 | |
| 8666 | void testGrp50x2ff() { |
| 8667 | cpu->big = true; |
| 8668 | Ed(0xff, 0, incd, true); |
| 8669 | Ed(0xff, 1, decd, true); |
| 8670 | testCallE32(); // 2 |
| 8671 | testCallFarE32(); // 3 |
| 8672 | testJmpE32(); // 4 |
| 8673 | testJmpFarE32(); // 5 |
| 8674 | testPushE32(); // 6 |
| 8675 | } |
| 8676 | |
| 8677 | void testBt0x1a3() { |
| 8678 | cpu->big = false; |
nothing calls this directly
no test coverage detected