Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-avr/relax.s
2023-03-06 14:48:14 +01:00

13 lines
150 B
ArmAsm

.file "relax.s"
.section .text,"ax",@progbits
main:
L1:
jmp L1
L2:
.global x
.section .data
.type x, @object
.size x, 2
x:
.word L2 - L1