| 6308 | void testMovEbGb0x28a() { cpu->big = true; GbEb(0x8a, movb); } |
| 6309 | void testMovEwGw0x08b() { cpu->big = false; GwEw(0x8b, movw); } |
| 6310 | void testMovEdGd0x28b() { cpu->big = true; GdEd(0x8b, movd); } |
| 6311 | |
| 6312 | void testMovEwSw0x08c() { cpu->big = false; EwSw(0x8c, movw); } |
| 6313 | void testMovEwSw0x28c() { cpu->big = true; EdSw(0x8c, movw); } |