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