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
Remove obsolete ROL-EQU hack
[nasm.git]
/
test
/
nop.asm
blob
49c1de090a553149d70b7ecb1416c97e72450307
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