:TODO: test when flags come from the previous instruction
| 5222 | |
| 5223 | // :TODO: test when flags come from the previous instruction |
| 5224 | void testIncAx0x040() { cpu->big = false; EwReg(0x40, 0, incw); X86_TEST1(inc, incw, ax) } |
| 5225 | void testIncEax0x240() { cpu->big = true; EdReg(0x40, 0, incd); X86_TEST1(inc, incd, eax) } |
| 5226 | void testIncCx0x041() { cpu->big = false; EwReg(0x41, 1, incw); } |
| 5227 | void testIncEcx0x241() { cpu->big = true; EdReg(0x41, 1, incd); } |