index
:
delta/yasm.git
0.2
0.3
0.4
0.5
0.5.0
0.5.0rc2
0.6
0.6.0
0.6.1
0.6.2
0.7
0.7.0
0.7.1
0.7.2
0.8
0.8.0
1.0
1.0.0
1.0.1
1.1
1.1.0
baserock/danielsilverstone/vagrant-support
baserock/morph
master
multiarch
github.com: yasm/yasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libyasm
/
tests
/
value-shr-symexpr.asm
blob: 988abbff2fde65afa382d76f7ab48897adc58b58 (
plain
)
1
2
3
4
5
6
dw foo dw (foo+((1<<9)-1)) dw (foo+((1<<9)-1)) >> 9 foo: dw (bar+foo)>>(0+1) bar: