Skip to content

Commit fe8d450

Browse files
fixed incorrect operands of MOV DRn, r64 instruction
1 parent e1307c3 commit fe8d450

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

x86reference.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7941,10 +7941,8 @@
79417941
<proc_start>03</proc_start>
79427942
<syntax>
79437943
<mnem>MOV</mnem>
7944-
<!-- 1.02 <dst depend="no"><a>D</a><t>dqp</t></dst>-->
7945-
<!-- 1.02 <src><a>H</a><t>dqp</t></src>-->
7946-
<dst depend="no"><a>D</a><t>q</t></dst>
7947-
<src><a>H</a><t>q</t></src>
7944+
<dst depend="no"><a>D</a><t>d</t></dst>
7945+
<src><a>H</a><t>d</t></src>
79487946
</syntax>
79497947
<grp1>system</grp1>
79507948
<modif_f>oszapc</modif_f><undef_f>oszapc</undef_f>

0 commit comments

Comments
 (0)