Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/gas/testsuite/gas/arm/arm-it.s
2023-03-06 14:48:14 +01:00

8 lines
142 B
ArmAsm

# Check that IT is accepted in ARM mode on older architectures
.text
.syntax unified
.arch armv4
label1:
it eq
moveq r0, #0
mov pc, lr