| 5112 | void testAdd0x003() { cpu->big = false; GwEw(0x03, addw); } |
| 5113 | void testAdd0x203() { cpu->big = true; GdEd(0x03, addd); } |
| 5114 | void testAdd0x004() { cpu->big = false; AlIb(0x04, addb); } |
| 5115 | void testAdd0x204() { cpu->big = true; AlIb(0x04, addb); } |
| 5116 | void testAdd0x005() { cpu->big = false; AxIw(0x05, addw); } |
| 5117 | void testAdd0x205() { cpu->big = true; EaxId(0x05, addd); } |