Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.text .global _start _start: add 0x1000 - L01, A0 nop nop L01: add L01 + 0x123, A0 nop nop L02: add L02 - L01, A0 nop nop