Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
@ Test the Thumb-2 JUMP19 relocation. .syntax unified .thumb .global _start _start: cmp r0, r0 beq.w bar .space 65536 .weak bar bar: bx lr