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

Function testGrp50x2ff

source/test/testCPU.cpp:8666–8675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8664}
8665
8666void 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
8677void testBt0x1a3() {
8678 cpu->big = false;

Callers

nothing calls this directly

Calls 6

EdFunction · 0.85
testCallE32Function · 0.85
testCallFarE32Function · 0.85
testJmpE32Function · 0.85
testJmpFarE32Function · 0.85
testPushE32Function · 0.85

Tested by

no test coverage detected