DEBSOURCES
Skip Quicknav
sources / binutils-djgpp / 2.35.1%2Bdfsg-2 / gnu / binutils-2.35.1 / ld / testsuite / ld-avr / relax.s
123456789101112
.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