mirror of
https://github.com/ptitSeb/box64.git
synced 2025-02-25 00:42:35 +00:00
Added REX C6 MOV opcode
This commit is contained in:
parent
4b86945fff
commit
be8204d8fa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user