| 5219 | |
| 5220 | void testAas0x03f() { cpu->big = false; EwReg(0x3f, 0, aas); } |
| 5221 | void testAas0x23f() { cpu->big = true; EwReg(0x3f, 0, aas); } |
| 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) } |