Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / thumb-w-bad.s
1 .syntax unified
2 .arch armv4t
3 .thumb
4 mov.w r1, r2
5 mrs.w r0, apsr
6
This page took 0.031226 seconds and 4 git commands to generate.