mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
7 lines
134 B
NASM
7 lines
134 B
NASM
|
[bits 64]
|
||
|
movntdqa xmm1, oword [rsi]
|
||
|
movlpd xmm2, qword [rdi]
|
||
|
movlpd xmm2, [rdi]
|
||
|
movlpd qword [rdi], xmm2
|
||
|
movlpd [rdi], xmm2
|