Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
.data .globl a .globl ext1 .globl ext2 .globl ext3 a: .word ext1 .word ext1 + 4 .short ext2 .short ext2 - 2 .byte ext3 .byte ext3 + 1