| 5125 | void testOr0x00b() { cpu->big = false; GwEw(0x0b, orw); } |
| 5126 | void testOr0x20b() { cpu->big = true; GdEd(0x0b, ord); } |
| 5127 | void testOr0x00c() { cpu->big = false; AlIb(0x0c, orb); } |
| 5128 | void testOr0x20c() { cpu->big = true; AlIb(0x0c, orb); } |
| 5129 | void testOr0x00d() { cpu->big = false; AxIw(0x0d, orw); } |
| 5130 | void testOr0x20d() { cpu->big = true; EaxId(0x0d, ord); } |