| 5202 | void testXor0x235() { cpu->big = true; EaxId(0x35, xord); } |
| 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); } |