preproc.c: fix %?/%?? support and address memory leaks
[nasm.git] / test / align13.asm
blob556373fcd4264f1f15c9085b7fe254071d18100a
1 ; Test of non-power-of-2 alignment
3 bits 32
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