19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arch4t.s
CommitLineData
252b5132
RH
1.text
2.align 0
3
4 bx r0
5 bxeq r1
6
7foo:
8 ldrh r3, foo
9 ldrsh r4, [r5]
10 ldrsb r4, [r1, r3]
11 ldrsh r1, [r4, r4]!
12 ldreqsb r1, [r5, -r3]
13 ldrneh r2, [r6], r7
14 ldrccsh r2, [r7], +r8
15 ldrsb r2, [r3, #255]
16 ldrsh r1, [r4, #-250]
17 ldrsb r1, [r5, #+240]
18
19 strh r2, bar
20 strneh r3, [r3]
21bar:
This page took 0.02365 seconds and 4 git commands to generate.