| 5234 | void testIncBp0x045() { cpu->big = false; EwReg(0x45, 5, incw); } |
| 5235 | void testIncEbp0x245() { cpu->big = true; EdReg(0x45, 5, incd); } |
| 5236 | void testIncSi0x046() { cpu->big = false; EwReg(0x46, 6, incw); } |
| 5237 | void testIncEsi0x246() { cpu->big = true; EdReg(0x46, 6, incd); } |
| 5238 | void testIncDi0x047() { cpu->big = false; EwReg(0x47, 7, incw); } |
| 5239 | void testIncEdi0x247() { cpu->big = true; EdReg(0x47, 7, incd); } |