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

Function testDaa0x227

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

Source from the content-addressed store, hash-verified

5171
5172void testDaa0x027() { cpu->big = false; EbReg(0x27, 0, daa); }
5173void testDaa0x227() { cpu->big = true; EbReg(0x27, 0, daa); }
5174
5175void testSub0x028() { cpu->big = false; EbGb(0x28, subb, true); }
5176void testSub0x228() { cpu->big = true; EbGb(0x28, subb, true); X86_TEST(sub, subb, al, cl) }

Callers

nothing calls this directly

Calls 1

EbRegFunction · 0.85

Tested by

no test coverage detected