yasm/libyasm/tests/opt-immexpand.asm
Peter Johnson 5b85508ae8 Make imm8 expansion work.
This was broken because I had precbc and precbc2 purposes swapped in the
optimizer.

svn path=/branches/new-optimizer/; revision=1584
2006-06-19 03:54:20 +00:00

9 lines
99 B
NASM

label1:
je label3
times 124 nop
label2:
je label4
label3:
times 128 nop
label4:
push label2-label1