Initial revision
[binutils.git] / gas / testsuite / gas / m32r / high-1.s
blob8a5d1d10ab35feb4536c6948a01f7c0378de38e4
1 ; Test high/shigh handling.
3 foo:
4 seth r4,#high(foo+0x10000)
5 or3 r4,r4,#low(foo+0x10000)
7 seth r4,#high(0x12348765)
8 or3 r4,r4,#low(0x12348765)
10 seth r4,#shigh(0x12348765)
11 or3 r4,r4,#low(0x12348765)
13 seth r4,#shigh(0x87654321)
14 or3 r4,r4,#low(0x87654321)