NASM-2.09.10
[nasm.git] / test / movnti.asm
blob920f327923c9bc57a4ed1f63ce786721057c7254
1 ;Testname=test; Arguments=-fbin -omovnti.bin; Files=stdout stderr movnti.bin
2 ; BR 2028995
4 bits 16
5 movnti [si],eax
6 bits 32
7 movnti [esi],eax
8 bits 64
9 movnti [rsi],eax
10 movnti [rsi],rax