gas:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / archv6m.s
CommitLineData
7e806470
PB
1 .arch armv6-m
2 .syntax unified
3 .thumb
4 .text
5 .align 2
6 .global foo
7foo:
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.053292 seconds and 4 git commands to generate.