| 5186 | void testSub0x22d() { cpu->big = true; EaxId(0x2d, subd); } |
| 5187 | |
| 5188 | void testDas0x02f() { cpu->big = false; EbReg(0x2f, 0, das); } |
| 5189 | void testDas0x22f() { cpu->big = true; EbReg(0x2f, 0, das); } |
| 5190 | |
| 5191 | void testXor0x030() { cpu->big = false; EbGb(0x30, xorb, true); } |