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

Function testSub0x028

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

Source from the content-addressed store, hash-verified

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) }
5177void testSub0x029() { cpu->big = false; EwGw(0x29, subw, 0, true); X86_TEST(sub, subw, ax, cx) }
5178void testSub0x229() { cpu->big = true; EdGd(0x29, subd, 0, true); X86_TEST(sub, subd, eax, ecx) }

Callers

nothing calls this directly

Calls 1

EbGbFunction · 0.85

Tested by

no test coverage detected