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.
8