diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/emu/x64run.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c index f2d4e452..6cf69371 100755 --- a/src/emu/x64run.c +++ b/src/emu/x64run.c @@ -454,6 +454,11 @@ x64emurun: STEP break; + case 0xC6: /* MOV Eb,Ib */ + nextop = F8; + GETEB; + EB->byte[0] = F8; + break; case 0xC7: /* MOV Ed,Id */ nextop = F8; GETED; |