| 5244 | void testDecEcx0x249() { cpu->big = true; EdReg(0x49, 1, decd); } |
| 5245 | void testDecDx0x04a() { cpu->big = false; EwReg(0x4a, 2, decw); } |
| 5246 | void testDecEdx0x24a() { cpu->big = true; EdReg(0x4a, 2, decd); } |
| 5247 | void testDecBx0x04b() { cpu->big = false; EwReg(0x4b, 3, decw); } |
| 5248 | void testDecEbx0x24b() { cpu->big = true; EdReg(0x4b, 3, decd); } |
| 5249 | void testDecSp0x04c() { cpu->big = false; EwReg(0x4c, 4, decw); } |