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
New NSIS script
[nasm.git]
/
test
/
align13.asm
blob
556373fcd4264f1f15c9085b7fe254071d18100a
1
; Test of non-power-of-2 alignment
2
3
bits
32
4
5
inc
eax
6
inc
eax
7
align
13
8
inc
eax
9
inc
eax
10
align
13
11
inc
eax
12
inc
eax
13
align
13
14
align
13
;should do nothing
15
inc
eax
16
inc
eax