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

Function testPushSp0x054

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

Source from the content-addressed store, hash-verified

5264void testPushBx0x053() { cpu->big = false; push16Reg(0x53, &cpu->reg[3]); }
5265void testPushEbx0x253() { cpu->big = true; push32Reg(0x53, &cpu->reg[3]); }
5266void testPushSp0x054() { cpu->big = false; push16Reg(0x54, &cpu->reg[4]); }
5267void testPushEsp0x254() { cpu->big = true; push32Reg(0x54, &cpu->reg[4]); }
5268void testPushBp0x055() { cpu->big = false; push16Reg(0x55, &cpu->reg[5]); }
5269void testPushEbp0x255() { cpu->big = true; push32Reg(0x55, &cpu->reg[5]); }

Callers

nothing calls this directly

Calls 1

push16RegFunction · 0.85

Tested by

no test coverage detected