mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
8 lines
98 B
NASM
8 lines
98 B
NASM
|
bits 16
|
||
|
movnti [si],eax
|
||
|
bits 32
|
||
|
movnti [esi],eax
|
||
|
bits 64
|
||
|
movnti [rsi],eax
|
||
|
movnti [rsi],rax
|