| 5166 | void testAnd0x223() { cpu->big = true; GdEd(0x23, andd); } |
| 5167 | void testAnd0x024() { cpu->big = false; AlIb(0x24, andb); } |
| 5168 | void testAnd0x224() { cpu->big = true; AlIb(0x24, andb); } |
| 5169 | void testAnd0x025() { cpu->big = false; AxIw(0x25, andw); } |
| 5170 | void testAnd0x225() { cpu->big = true; EaxId(0x25, andd); } |
| 5171 |