2006-07-18 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb2_add.s
1 .syntax unified
2 .text
3 .align 2
4 .global thumb2_add
5 .thumb
6 .thumb_func
7 .type thumb2_add, %function
8 thumb2_add:
9 add r0, pc, #0x800
10 add r9, pc, #0
11 add r9, pc, #0x400
12 add r8, r9, #0x400
13 add r8, r9, #0x101
14 add r3, r1, #0x101
15 sub r0, pc, #0x800
16 sub r9, pc, #0
17 sub r9, pc, #0x400
18 sub r8, r9, #0x400
19 sub r8, r9, #0x101
20 sub r3, r1, #0x101
This page took 0.030955 seconds and 4 git commands to generate.