]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/v850/mem.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / v850 / mem.s
1
2 .text
3 .global memory
4 memory:
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]