| 8653 | } |
| 8654 | |
| 8655 | void testGrp50x0ff() { |
| 8656 | cpu->big = false; |
| 8657 | Ew(0xff, 0, incw, true); |
| 8658 | Ew(0xff, 1, decw, true); |
| 8659 | testCallE16(); // 2 |
| 8660 | testCallFarE16(); // 3 |
| 8661 | testJmpE16(); // 4 |
| 8662 | testJmpFarE16(); // 4 |
| 8663 | testPushE16(); // 6 |
| 8664 | } |
| 8665 | |
| 8666 | void testGrp50x2ff() { |
| 8667 | cpu->big = true; |
nothing calls this directly
no test coverage detected