New ARC implementation.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / st.s
index 9acd9f5aa98f94a1f2b7c49ed11d75e1b8591589..546d7250f0c3a04c12618d122b786b0c6af3fe1c 100644 (file)
@@ -8,14 +8,12 @@
        st      r1,[900]
        stb     0,[r2]
        st      -8,[r2,-8]
-       st      80,[750]
-       st      r2,[foo]
+       st      r2,[@foo]
        st.di   r1,[r2,2]
        st.a.di r1,[r2,3]
        stw.a.di r1,[r2,4]
 
-       st .L1,[r12,4]
-       st .L1@h30,[r12,4]
+       st @.L1,[r12,4]
 .L1:
 
        sr      r1,[r2]
@@ -23,5 +21,5 @@
        sr      1000, [r1]
        sr      100,  [r2]
        sr      r1,[10000]
-       sr      100,[10000]
+       sr      100,[63]
        sr      10000,[100]
This page took 0.024143 seconds and 4 git commands to generate.