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.pl: remove stray whitespace
[nasm.git]
/
test
/
smartalign64.asm
blob
74454ca86c172440fb1766d75abcdcc24bd2681b
1
;Testname=test; Arguments=-fbin -osmartalign64.bin; Files=stdout stderr smartalign64.bin
2
3
%
use smartalign
4
5
bits
64
6
7
alignmode
nop
,
32
8
add
ax
,
ax
9
align
32
10
11
alignmode generic
,
32
12
add
ax
,
ax
13
align
32
14
15
alignmode k7
,
32
16
add
ax
,
ax
17
align
32
18
19
alignmode k8
,
32
20
add
ax
,
ax
21
align
32
22
23
alignmode p6
,
32
24
add
ax
,
ax
25
align
32
26
27
add
ecx
,
ecx
28
align
32
29
add
edx
,
edx
30
align
128
31
add
ebx
,
ebx
32
align
256
33
add
esi
,
esi
34
align
512
35
36
add
edi
,
edi