aboutsummaryrefslogtreecommitdiffstats
path: root/test/nop.asm
blob: 71b7f7b267ca0b3fd1bbedf2e4de5d6ef1c3988d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;Testname=unoptimized; Arguments=-fbin -onop.bin;     Files=stdout stderr nop.bin
;Testname=optimized;   Arguments=-fbin -onop.bin -Ox; Files=stdout stderr nop.bin

	bits 64

	nop
	o64 nop
	pause
	o64 pause

	xchg ax,ax
	xchg eax,eax
	xchg rax,rax
	
	rep xchg ax,ax
	rep xchg eax,eax
	rep xchg rax,rax