[Nasm-commits] [nasm:preproc-rewrite] insns.dat: copied over from master

nasm-bot for Keith Kanios keith at kanios.net
Thu Jun 4 19:56:29 PDT 2020


Commit-ID:  9fb09e75ec63ae2aabc192308cd20477f60f68ad
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=9fb09e75ec63ae2aabc192308cd20477f60f68ad
Author:     Keith Kanios <keith at kanios.net>
AuthorDate: Mon, 9 Aug 2010 22:29:46 -0500
Committer:  Keith Kanios <keith at kanios.net>
CommitDate: Mon, 9 Aug 2010 22:29:46 -0500

insns.dat: copied over from master



---
 insns.dat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/insns.dat b/insns.dat
index 414ff81f..dfb598b6 100644
--- a/insns.dat
+++ b/insns.dat
@@ -814,11 +814,11 @@ MOV		reg8,imm			\10\xB0\21					8086,SM
 MOV		reg16,imm			\320\10\xB8\31					8086,SM
 MOV		reg32,imm			\321\10\xB8\41					386,SM
 MOV		reg64,imm			\324\10\xB8\55					X64,SM
-MOV		reg64,imm32			\324\1\xC7\200\255				X64
 MOV		rm8,imm				\1\xC6\200\21					8086,SM
 MOV		rm16,imm			\320\1\xC7\200\31				8086,SM
 MOV		rm32,imm			\321\1\xC7\200\41				386,SM
 MOV		rm64,imm			\324\1\xC7\200\255				X64,SM
+MOV		rm64,imm32			\324\1\xC7\200\255				X64
 MOV		mem,imm8			\1\xC6\200\21					8086,SM
 MOV		mem,imm16			\320\1\xC7\200\31				8086,SM
 MOV		mem,imm32			\321\1\xC7\200\41				386,SM


More information about the Nasm-commits mailing list