| 5104 | #endif |
| 5105 | |
| 5106 | void testAdd0x000() { cpu->big = false; EbGb(0x00, addb, true); } |
| 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) } |