| 5140 | void testAdc0x213() { cpu->big = true; GdEd(0x13, adcd); } |
| 5141 | void testAdc0x014() { cpu->big = false; AlIb(0x14, adcb); } |
| 5142 | void testAdc0x214() { cpu->big = true; AlIb(0x14, adcb); } |
| 5143 | void testAdc0x015() { cpu->big = false; AxIw(0x15, adcw); } |
| 5144 | void testAdc0x215() { cpu->big = true; EaxId(0x15, adcd); } |
| 5145 |