Update the address and phone number of the FSF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / v850 / mem.s
CommitLineData
252b5132
RH
1
2 .text
3 .global memory
4memory:
5 ld.b 5[r5],r6
6 ld.h 4[r5],r6
7 ld.w 4[r5],r6
8 sld.b 64[ep],r6
9 sld.h 128[ep],r6
10 sld.w 128[ep],r6
11 st.b r5,5[r6]
12 st.h r5,4[r6]
13 st.w r5,4[r6]
14 sst.b r6,64[ep]
15 sst.h r6,128[ep]
16 sst.w r6,128[ep]
This page took 0.268132 seconds and 4 git commands to generate.