This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / dlx / lohi.s
CommitLineData
a7844384
NC
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
This page took 0.709973 seconds and 4 git commands to generate.