Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/binutils/testsuite/binutils-all/aarch64/illegal.s
2023-03-06 14:48:14 +01:00

7 lines
211 B
ArmAsm

# Test disassembly of illegal instructions.
.text
# ldpsw x12, x6, [x6],#-8 ; illegal because one of the dest regs is also the address reg
.inst 0x68ea18cc
# FIXME: Add more illegal instructions here.