| 5170 | void testAnd0x225() { cpu->big = true; EaxId(0x25, andd); } |
| 5171 | |
| 5172 | void testDaa0x027() { cpu->big = false; EbReg(0x27, 0, daa); } |
| 5173 | void testDaa0x227() { cpu->big = true; EbReg(0x27, 0, daa); } |
| 5174 | |
| 5175 | void testSub0x028() { cpu->big = false; EbGb(0x28, subb, true); } |