changes.src: put \c{...} around macro directives
[nasm.git] / test / nop.asm
blob49c1de090a553149d70b7ecb1416c97e72450307
1 ;Testname=unoptimized; Arguments=-fbin -onop.bin; Files=.stdout .stderr nop.bin
2 ;Testname=optimized; Arguments=-fbin -onop.bin -Ox; Files=.stdout .stderr nop.bin
4 bits 64
6 nop
7 o64 nop
8 pause
9 o64 pause
11 xchg ax,ax
12 xchg eax,eax
13 xchg rax,rax
15 rep xchg ax,ax
16 rep xchg eax,eax
17 rep xchg rax,rax