| 5196 | void testXor0x232() { cpu->big = true; GbEb(0x32, xorb); } |
| 5197 | void testXor0x033() { cpu->big = false; GwEw(0x33, xorw); } |
| 5198 | void testXor0x233() { cpu->big = true; GdEd(0x33, xord); } |
| 5199 | void testXor0x034() { cpu->big = false; AlIb(0x34, xorb); } |
| 5200 | void testXor0x234() { cpu->big = true; AlIb(0x34, xorb); } |
| 5201 | void testXor0x035() { cpu->big = false; AxIw(0x35, xorw); } |