Fix compile time warning messages building with gcc v6.1.1
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / mrs-msr-thumb-v7-m.s
1 .arch armv7-m
2 .text
3 .thumb
4
5 mrs r4, apsr
6 mrs r5, eapsr
7 mrs r6, primask
8 msr xpsr_nzcvq, r3
9 msr apsr_nzcvq, r4
10 msr iapsr_nzcvq, r5
11 msr primask, r6
This page took 0.036733 seconds and 4 git commands to generate.