readelf: print 0x0 as 0, and remove trailing spaces
[binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / illegal.s
1 # Test disassembly of illegal instructions.
2 .text
3
4 # ldpsw x12, x6, [x6],#-8 ; illegal because one of the dest regs is also the address reg
5 .inst 0x68ea18cc
6
7 # FIXME: Add more illegal instructions here.