Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.file "main.c" .text .global a .section .lower.data,"aw" .balign 2 .type a, @object .size a, 2 a: .short 42 .global b .section .lower.bss,"aw",@nobits .balign 2 .type b, @object .size b, 2 b: .zero 2 .text .balign 2 .global main .type main, @function main: .L2: BR #.L2 .size main, .-main