about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64run67.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/x64run67.c b/src/emu/x64run67.c
index 5d9f41c6..6a5b2143 100644
--- a/src/emu/x64run67.c
+++ b/src/emu/x64run67.c
@@ -328,6 +328,11 @@ uintptr_t Run67(x64emu_t *emu, rex_t rex, int rep, uintptr_t addr)
         }

         break;

 

+    case 0xC6:                      /* MOV Eb,Ib */

+        nextop = F8;

+        GETEB32(1);

+        EB->byte[0] = F8;

+        break;

     case 0xC7:                      /* MOV Ed,Id */

         nextop = F8;

         GETED32(4);