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

Function testIncDx0x042

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

Source from the content-addressed store, hash-verified

5226void testIncCx0x041() { cpu->big = false; EwReg(0x41, 1, incw); }
5227void testIncEcx0x241() { cpu->big = true; EdReg(0x41, 1, incd); }
5228void testIncDx0x042() { cpu->big = false; EwReg(0x42, 2, incw); }
5229void testIncEdx0x242() { cpu->big = true; EdReg(0x42, 2, incd); }
5230void testIncBx0x043() { cpu->big = false; EwReg(0x43, 3, incw); }
5231void testIncEbx0x243() { cpu->big = true; EdReg(0x43, 3, incd); }

Callers

nothing calls this directly

Calls 1

EwRegFunction · 0.85

Tested by

no test coverage detected