mpir/yasm/libyasm/tests/opt-align1.asm
2008-06-15 21:27:00 +00:00

10 lines
94 B
NASM

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