view nasmbuild/nasm-2.13rc9/test/movnti.asm @ 10656:d14f0b444087

<oerjan> ` cd wisdom; mv {\xc3\x84,\xc3\xa4}; mv \'{\xc3\x85,\xc3\xa5}\'
author HackBot
date Thu, 13 Apr 2017 03:46:40 +0000
parents 587a0a262d22
children
line wrap: on
line source

;Testname=test; Arguments=-fbin -omovnti.bin; Files=stdout stderr movnti.bin
; BR 2028995

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