| 5152 | void testSbb0x01b() { cpu->big = false; GwEw(0x1b, sbbw); } |
| 5153 | void testSbb0x21b() { cpu->big = true; GdEd(0x1b, sbbd); } |
| 5154 | void testSbb0x01c() { cpu->big = false; AlIb(0x1c, sbbb); } |
| 5155 | void testSbb0x21c() { cpu->big = true; AlIb(0x1c, sbbb); } |
| 5156 | void testSbb0x01d() { cpu->big = false; AxIw(0x1d, sbbw); } |
| 5157 | void testSbb0x21d() { cpu->big = true; EaxId(0x1d, sbbd); } |