Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
.text nop .global _start _start: .type _func, @function _func: mov L001,A1 nop A: mov L001,A1 .size _func, . - _func .global _func2 _func2: .type _func2, @function mov L001,A1 nop mov L001,A1 .size _func2, . - _func2 .global BOTTOM BOTTOM: .data L001: