Remove 'mrs r9, cpsr_all' since the cpsr_all flag is no longer legal syntax.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / arm6.s
1 .text
2 .align 0
3
4 mrs r8, cpsr
5 mrs r2, spsr
6
7 msr cpsr, r1
8 msrne cpsr_flg, #0xf0000000
9 msr spsr_flg, r8
10 msr spsr_all, r9
11
This page took 0.031117 seconds and 5 git commands to generate.