Adds command line support for Armv8.4-A, via the new command line option -march=armv8...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / automatic-cbz.s
1 .thumb
2 .syntax unified
3 cbz r0, .L0
4 nop
5 .L0:
This page took 0.043382 seconds and 4 git commands to generate.