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

10 lines
254 B
ArmAsm

# Source code used to test error diagnostics with the LUI instruction.
# These need to be separate from lui-1.s as they are reported at a later
# stage in assembly.
.text
foo:
lui $2, bar - foo
lui $2, baz - bar
lui $2, foo - baz
lui $2, bar / baz