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

Function testIncBp0x045

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

Source from the content-addressed store, hash-verified

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); }
5236void testIncSi0x046() { cpu->big = false; EwReg(0x46, 6, incw); }
5237void testIncEsi0x246() { cpu->big = true; EdReg(0x46, 6, incd); }

Callers

nothing calls this directly

Calls 1

EwRegFunction · 0.85

Tested by

no test coverage detected