2008-03-04 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / archv6m.s
1 .arch armv6-m
2 .syntax unified
3 .thumb
4 .text
5 .align 2
6 .global foo
7 foo:
8 msr apsr,r6
9 msr epsr,r9
10 mrs r2, iapsr
11 yield
12 wfe
13 wfi
14 sev
15 add r0, r0, r1
16 nop
This page took 0.037116 seconds and 5 git commands to generate.