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