| 5240 | |
| 5241 | void testDecAx0x048() { cpu->big = false; EwReg(0x48, 0, decw); X86_TEST1(dec, decw, ax) } |
| 5242 | void testDecEax0x248() { cpu->big = true; EdReg(0x48, 0, decd); X86_TEST1(dec, decd, eax) } |
| 5243 | void testDecCx0x049() { cpu->big = false; EwReg(0x49, 1, decw); } |
| 5244 | void testDecEcx0x249() { cpu->big = true; EdReg(0x49, 1, decd); } |
| 5245 | void testDecDx0x04a() { cpu->big = false; EwReg(0x4a, 2, decw); } |