| 5256 | void testDecEdi0x24f() { cpu->big = true; EdReg(0x4f, 7, decd); } |
| 5257 | |
| 5258 | void testPushAx0x050() { cpu->big = false; push16Reg(0x50, &cpu->reg[0]); } |
| 5259 | void testPushEax0x250() { cpu->big = true; push32Reg(0x50, &cpu->reg[0]); } |
| 5260 | void testPushCx0x051() { cpu->big = false; push16Reg(0x51, &cpu->reg[1]); } |
| 5261 | void testPushEcx0x251() { cpu->big = true; push32Reg(0x51, &cpu->reg[1]); } |
nothing calls this directly
no test coverage detected