| 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); } |
| 5118 | |
| 5119 | void testOr0x008() { cpu->big = false; EbGb(0x08, orb, true); } |