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
preproc: add dummy %pragma directive
[nasm.git]
/
test
/
align13s.asm
blob
7f783175d43c635053fabfb49770180c8c21816d
1
;Testname=unoptimized; Arguments=-O0 -fbin -oalign13s.bin; Files=stdout stderr align13s.bin
2
;Testname=optimized; Arguments=-Ox -fbin -oalign13s.bin; Files=stdout stderr align13s.bin
3
4
; Test of non-power-of-2 alignment
5
6
%
use smartalign
7
8
bits
32
9
10
inc
eax
11
inc
eax
12
align
13
13
inc
eax
14
inc
eax
15
align
13
16
inc
eax
17
inc
eax
18
align
13
19
inc
eax
20
inc
eax