| 5218 | void testCmp0x23d() { cpu->big = true; EaxId(0x3d, cmpd); } |
| 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 |