| 5107 | void testAdd0x200() { cpu->big = true; EbGb(0x00, addb, true); X86_TEST(add, addb, al, cl) } |
| 5108 | void testAdd0x001() { cpu->big = false; EwGw(0x01, addw, 0, true); X86_TEST(add, addw, ax, cx) } |
| 5109 | void testAdd0x201() { cpu->big = true; EdGd(0x01, addd, 0, true); X86_TEST(add, addd, eax, ecx) } |
| 5110 | void testAdd0x002() { cpu->big = false; GbEb(0x02, addb); } |
| 5111 | void testAdd0x202() { cpu->big = true; GbEb(0x02, addb); } |
| 5112 | void testAdd0x003() { cpu->big = false; GwEw(0x03, addw); } |