Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
.text nop_s .align 4 foo: add r0,r0,r0 .align 4 bar: bl @foo add r1,r1,r1 b @foo