Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.text .set nomicromips .globl test1 .type test1, @function test1: la $3,test2+2 .set micromips test2: .insn .half 0x0c00 .half 0x0c00 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ... .align 4, 0 .space 16