summaryrefslogtreecommitdiff
path: root/test/nop.asm
blob: 49c1de090a553149d70b7ecb1416c97e72450307 (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