| 8178 | void testClc0x0f8() { cpu->big = false; EbReg(0xf8, 0, clc); } |
| 8179 | void testClc0x2f8() { cpu->big = true; EbReg(0xf8, 0, clc); } |
| 8180 | void testStc0x0f8() { cpu->big = false; EbReg(0xf9, 0, stc); } |
| 8181 | void testStc0x2f8() { cpu->big = true; EbReg(0xf9, 0, stc); } |
| 8182 | |
| 8183 | void testGrp40x0fe() { |