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

Function testPushSi0x056

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

Source from the content-addressed store, hash-verified

5268void testPushBp0x055() { cpu->big = false; push16Reg(0x55, &cpu->reg[5]); }
5269void testPushEbp0x255() { cpu->big = true; push32Reg(0x55, &cpu->reg[5]); }
5270void testPushSi0x056() { cpu->big = false; push16Reg(0x56, &cpu->reg[6]); }
5271void testPushEsi0x256() { cpu->big = true; push32Reg(0x56, &cpu->reg[6]); }
5272void testPushDi0x057() { cpu->big = false; push16Reg(0x57, &cpu->reg[7]); }
5273void testPushEdi0x257() { cpu->big = true; push32Reg(0x57, &cpu->reg[7]); }

Callers

nothing calls this directly

Calls 1

push16RegFunction · 0.85

Tested by

no test coverage detected