Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
.text .global odd, odd2, aligned .dc.b 1 odd: .rept 65536 .dc.l 0 .endr odd2: .dc.b 2,3,4 aligned: .rept 65536 nop .endr