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
insns.dat: reimplement SSE5 compares using the bytecode compiler
[nasm.git]
/
test
/
nop.asm
blob
3dabaa07da46c7a904c29ab5dbd61982c778b054
1
bits
64
2
3
nop
4
o64
nop
5
pause
6
o64 pause
7
8
xchg
ax
,
ax
9
xchg
eax
,
eax
10
xchg
rax
,
rax
11
12
rep xchg
ax
,
ax
13
rep xchg
eax
,
eax
14
rep xchg
rax
,
rax