Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / openrisc / lohi.s
... / ...
CommitLineData
1 .text
2 .global l_lo
3l_lo:
4 l.addi r1, r1, lo(0xdeadbeef)
5 .global l_hi
6l_hi:
7 l.movhi r1, hi(0xdeadbeef)
This page took 0.02316 seconds and 4 git commands to generate.