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
.abicalls .global f1 .global f2 .global f3 .ent f1 f1: .set noreorder .cpload $25 .set reorder .option pic0 jal f3 .option pic2 jr $31 .end f1 .ent f2 f2: .set noreorder .cpload $25 .set reorder jr $31 .end f2 .ent f3 f3: sll $2,16 addu $2,$2,$3 .end f3