2011-05-31 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mapshort.s
CommitLineData
e821645d
DJ
1 .text
2 .type foo, %function
3foo:
4 .code 32
5 nop
6 .code 16
7 nop
8 nop
9 .long 2
10 .short 1
11 .short 1
12 .short 3
13 nop
14 nop
15 .short 1
16 .code 32
17 bl foo
18 .short 8
19 .byte 9
20bar:
21 .byte 10
90723616
RE
22 .data
23wibble:
24 .word 0
This page took 0.212523 seconds and 4 git commands to generate.