| 5203 | |
| 5204 | void testAaa0x037() { cpu->big = false; EwReg(0x37, 0, aaa); } |
| 5205 | void testAaa0x237() { cpu->big = true; EwReg(0x37, 0, aaa); } |
| 5206 | |
| 5207 | void testCmp0x038() { cpu->big = false; EbGb(0x38, cmpb); } |
| 5208 | void testCmp0x238() { cpu->big = true; EbGb(0x38, cmpb); X86_TEST(cmp, cmpb, al, cl) } |