repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nasm.c: Tabs to spaces in copy_filename
[nasm.git]
/
test
/
nop.asm
blob
71b7f7b267ca0b3fd1bbedf2e4de5d6ef1c3988d
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
3
4
bits
64
5
6
nop
7
o64
nop
8
pause
9
o64 pause
10
11
xchg
ax
,
ax
12
xchg
eax
,
eax
13
xchg
rax
,
rax
14
15
rep xchg
ax
,
ax
16
rep xchg
eax
,
eax
17
rep xchg
rax
,
rax