aboutsummaryrefslogtreecommitdiff
path: root/libyasm/tests/opt-immnoexpand.asm
blob: e126f80e7d7375ae46d8ae2611434d8c3694999d (plain)
1
2
3
4
5
6
7
8
9
10
label1:
times 2 nop
je label3
times 123 nop
label2:
je label4
label3:
times 128 nop
label4:
push label2-label1