| 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); } |
| 5192 | void testXor0x230() { cpu->big = true; EbGb(0x30, xorb, true); X86_TEST(xor, xorb, al, cl) } |