| 5212 | void testCmp0x23a() { cpu->big = true; GbEb(0x3a, cmpb); } |
| 5213 | void testCmp0x03b() { cpu->big = false; GwEw(0x3b, cmpw); } |
| 5214 | void testCmp0x23b() { cpu->big = true; GdEd(0x3b, cmpd); } |
| 5215 | void testCmp0x03c() { cpu->big = false; AlIb(0x3c, cmpb); } |
| 5216 | void testCmp0x23c() { cpu->big = true; AlIb(0x3c, cmpb); } |
| 5217 | void testCmp0x03d() { cpu->big = false; AxIw(0x3d, cmpw); } |