Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
.section .foo, "aw", @progbits .globl foo .type foo, @object foo: .set .Li, 0 .rept 32 .set .Li, .Li + 1 .byte .Li .endr .size foo, . - foo