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

Function testGrp50x0ff

source/test/testCPU.cpp:8655–8664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8653}
8654
8655void 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
8666void testGrp50x2ff() {
8667 cpu->big = true;

Callers

nothing calls this directly

Calls 6

EwFunction · 0.85
testCallE16Function · 0.85
testCallFarE16Function · 0.85
testJmpE16Function · 0.85
testJmpFarE16Function · 0.85
testPushE16Function · 0.85

Tested by

no test coverage detected