* gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
[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
04e2c417
MM
17 dmb
18 dsb
19 isb
20
This page took 0.135822 seconds and 4 git commands to generate.