Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
.data .type x,@object .size x,4 x: .word 0x12121212 .globl b .type b,@object .size b,8 b: .word b+4 .word x .word 0