daily update
[external/binutils.git] / gas / testsuite / gas / dlx / lohi.s
1     .text
2     .align  2
3     nop
4 .L1:
5     lhi     r1,%hi(.L1 + 200000)
6     ori     r1,r0,%lo(.L1 + 200000)
7     lhi     r1,%hi(.L1 + 200000000)
8     ori     r1,r0,%lo(.L1 + 200000000)
9     .end