| 5268 | void testPushBp0x055() { cpu->big = false; push16Reg(0x55, &cpu->reg[5]); } |
| 5269 | void testPushEbp0x255() { cpu->big = true; push32Reg(0x55, &cpu->reg[5]); } |
| 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]); } |
nothing calls this directly
no test coverage detected