nasm/travis/test/movnti.asm
Cyrill Gorcunov 76ff7aa4e4 test: nasm-t -- Add movnti test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

8 lines
98 B
NASM

bits 16
movnti [si],eax
bits 32
movnti [esi],eax
bits 64
movnti [rsi],eax
movnti [rsi],rax