| 5230 | void testIncBx0x043() { cpu->big = false; EwReg(0x43, 3, incw); } |
| 5231 | void testIncEbx0x243() { cpu->big = true; EdReg(0x43, 3, incd); } |
| 5232 | void testIncSp0x044() { cpu->big = false; EwReg(0x44, 4, incw); } |
| 5233 | void testIncEsp0x244() { cpu->big = true; EdReg(0x44, 4, incd); } |
| 5234 | void testIncBp0x045() { cpu->big = false; EwReg(0x45, 5, incw); } |
| 5235 | void testIncEbp0x245() { cpu->big = true; EdReg(0x45, 5, incd); } |