ef96460e56f2ed6b86ebbd103bf1f30290f708c5
[deliverable/binutils-gdb.git] / gas / testsuite / gas / openrisc / store.s
1 .text
2 .global l_sw
3 l_sw:
4 l.sw -4(r1), r1
5 .global l_lw
6 l_lw:
7 l.lw r1, -100(r1)
This page took 0.031312 seconds and 3 git commands to generate.