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

Function testDecEdx0x24a

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

Source from the content-addressed store, hash-verified

5244void testDecEcx0x249() { cpu->big = true; EdReg(0x49, 1, decd); }
5245void testDecDx0x04a() { cpu->big = false; EwReg(0x4a, 2, decw); }
5246void testDecEdx0x24a() { cpu->big = true; EdReg(0x4a, 2, decd); }
5247void testDecBx0x04b() { cpu->big = false; EwReg(0x4b, 3, decw); }
5248void testDecEbx0x24b() { cpu->big = true; EdReg(0x4b, 3, decd); }
5249void testDecSp0x04c() { cpu->big = false; EwReg(0x4c, 4, decw); }

Callers

nothing calls this directly

Calls 1

EdRegFunction · 0.85

Tested by

no test coverage detected