| 5182 | void testSub0x22b() { cpu->big = true; GdEd(0x2b, subd); } |
| 5183 | void testSub0x02c() { cpu->big = false; AlIb(0x2c, subb); } |
| 5184 | void testSub0x22c() { cpu->big = true; AlIb(0x2c, subb); } |
| 5185 | void testSub0x02d() { cpu->big = false; AxIw(0x2d, subw); } |
| 5186 | void testSub0x22d() { cpu->big = true; EaxId(0x2d, subd); } |
| 5187 |