summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-05-30 02:48:51 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-05-30 02:48:51 +0000
commit1cf9c9d3abb6d43611f941297601daa8b162d9eb (patch)
tree7cf63569728ddfb93123b9b4f7360623ac302664
parentdbf130e6816db0a0d535026fb7f1ae8837a76aa1 (diff)
downloadnasm-1cf9c9d3abb6d43611f941297601daa8b162d9eb.tar.gz
MOV reg64,reg64 takes \324 (64 bit with REX) not \321 (32 bit)
-rw-r--r--insns.dat2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.dat b/insns.dat
index 88c2cbab..a4ef90ec 100644
--- a/insns.dat
+++ b/insns.dat
@@ -696,7 +696,7 @@ MOV reg16,reg16 \320\1\x89\101 8086
MOV mem,reg32 \321\300\1\x89\101 386,SM
MOV reg32,reg32 \321\1\x89\101 386
MOV mem,reg64 \324\300\1\x89\101 X64,SM
-MOV reg64,reg64 \321\1\x89\101 X64
+MOV reg64,reg64 \324\1\x89\101 X64
MOV reg8,mem \301\1\x8A\110 8086,SM
MOV reg8,reg8 \1\x8A\110 8086
MOV reg16,mem \320\301\1\x8B\110 8086,SM