Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / openrisc / store.s
CommitLineData
c7e40348
NC
1 .text
2 .global l_sw
3l_sw:
4 l.sw -4(r1), r1
5 .global l_lw
6l_lw:
7 l.lw r1, -100(r1)
This page took 0.613808 seconds and 4 git commands to generate.