mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-05 16:51:27 +08:00
insns.dat: Add nohle for MOV in case of moffset destination
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
922f5e2dac
commit
b496c68f91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user