mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
12 lines
136 B
NASM
12 lines
136 B
NASM
[BITS 32]
|
|
movd mm0,eax
|
|
movd mm0,[eax]
|
|
movd [eax],mm0
|
|
movd eax,mm0
|
|
|
|
movd xmm0,eax
|
|
movd xmm0,[eax]
|
|
|
|
movd [eax],xmm0
|
|
movd eax,xmm0
|