Sign in
android
/
toolchain
/
yasm
/
refs/heads/main
/
.
/
libyasm
/
tests
/
opt-immnoexpand.asm
blob: e126f80e7d7375ae46d8ae2611434d8c3694999d [
file
] [
log
] [
blame
] [
edit
]
label1
:
times
2
nop
je label3
times
123
nop
label2
:
je label4
label3
:
times
128
nop
label4
:
push label2
-
label1