summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2012-02-26 00:07:27 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2012-02-26 00:07:27 +0400
commitb496c68f912fd25caadf39748a187c15654a27f3 (patch)
treea52a514e4ae0890d2ae3a9c1b926b740aab5fec1
parent922f5e2dac5a76915f81641b8468d23d20e1bdaa (diff)
downloadnasm-b496c68f912fd25caadf39748a187c15654a27f3.tar.gz
insns.dat: Add nohle for MOV in case of moffset destination
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--insns.dat8
1 files changed, 4 insertions, 4 deletions
diff --git a/insns.dat b/insns.dat
index 90c23e4c..c988afd9 100644
--- a/insns.dat
+++ b/insns.dat
@@ -788,10 +788,10 @@ MOV reg_al,mem_offs [-i: a0 iwdq] 8086,SM
MOV reg_ax,mem_offs [-i: o16 a1 iwdq] 8086,SM
MOV reg_eax,mem_offs [-i: o32 a1 iwdq] 386,SM
MOV reg_rax,mem_offs [-i: o64 a1 iwdq] X64,SM
-MOV mem_offs,reg_al [i-: a2 iwdq] 8086,SM
-MOV mem_offs,reg_ax [i-: o16 a3 iwdq] 8086,SM
-MOV mem_offs,reg_eax [i-: o32 a3 iwdq] 386,SM
-MOV mem_offs,reg_rax [i-: o64 a3 iwdq] X64,SM
+MOV mem_offs,reg_al [i-: nohle a2 iwdq] 8086,SM
+MOV mem_offs,reg_ax [i-: nohle o16 a3 iwdq] 8086,SM
+MOV mem_offs,reg_eax [i-: nohle o32 a3 iwdq] 386,SM
+MOV mem_offs,reg_rax [i-: nohle o64 a3 iwdq] X64,SM
MOV reg32,reg_creg [mr: rex.l 0f 20 /r] 386,PRIV,NOLONG
MOV reg64,reg_creg [mr: o64nw 0f 20 /r] X64,PRIV
MOV reg_creg,reg32 [rm: rex.l 0f 22 /r] 386,PRIV,NOLONG