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

Function testIncSp0x044

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

Source from the content-addressed store, hash-verified

5230void testIncBx0x043() { cpu->big = false; EwReg(0x43, 3, incw); }
5231void testIncEbx0x243() { cpu->big = true; EdReg(0x43, 3, incd); }
5232void testIncSp0x044() { cpu->big = false; EwReg(0x44, 4, incw); }
5233void testIncEsp0x244() { cpu->big = true; EdReg(0x44, 4, incd); }
5234void testIncBp0x045() { cpu->big = false; EwReg(0x45, 5, incw); }
5235void testIncEbp0x245() { cpu->big = true; EdReg(0x45, 5, incd); }

Callers

nothing calls this directly

Calls 1

EwRegFunction · 0.85

Tested by

no test coverage detected