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

Function testPushAx0x050

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

Source from the content-addressed store, hash-verified

5256void testDecEdi0x24f() { cpu->big = true; EdReg(0x4f, 7, decd); }
5257
5258void testPushAx0x050() { cpu->big = false; push16Reg(0x50, &cpu->reg[0]); }
5259void testPushEax0x250() { cpu->big = true; push32Reg(0x50, &cpu->reg[0]); }
5260void testPushCx0x051() { cpu->big = false; push16Reg(0x51, &cpu->reg[1]); }
5261void testPushEcx0x251() { cpu->big = true; push32Reg(0x51, &cpu->reg[1]); }

Callers

nothing calls this directly

Calls 1

push16RegFunction · 0.85

Tested by

no test coverage detected