| 5270 | void testPushSi0x056() { cpu->big = false; push16Reg(0x56, &cpu->reg[6]); } |
| 5271 | void testPushEsi0x256() { cpu->big = true; push32Reg(0x56, &cpu->reg[6]); } |
| 5272 | void testPushDi0x057() { cpu->big = false; push16Reg(0x57, &cpu->reg[7]); } |
| 5273 | void testPushEdi0x257() { cpu->big = true; push32Reg(0x57, &cpu->reg[7]); } |
| 5274 | |
| 5275 | void testPopAx0x058() { cpu->big = false; Pop16(0x58, &cpu->reg[0]); } |
nothing calls this directly
no test coverage detected