yasm/libyasm/tests/opt-align2.asm
Peter Johnson 9bbfdd47f7 Support align. Made a few other minor cleanups while doing so.
svn path=/branches/new-optimizer/; revision=1583
2006-06-18 21:29:26 +00:00

10 lines
106 B
NASM

je label1
je label1
times 4 nop
times 8 nop
align 8
times 110 nop
je label2
label1:
times 128 nop
label2: