BR 2029472: Wrong operand size for VMREAD/VMWRITE in 64-bit mode
[nasm.git] / test / movnti.asm
blobd20d3c1317f91203147a16dd60b5d90db22b44fd
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