Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
.set mips16 .text .globl foo foo: la $2, lbar .org 0x4 nop .space 0xffa .align 2 .globl bar bar = . lbar = . nop