Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer


    ; Test case for assembler option "itbl".
    ; Run as "as --itbl itbl itbl.s"
    ; or with stand-alone test case "itbl-test itbl itbl.s".

    ; Call mips coprocessor "cofun"s as defined in "itbl".

    fee $d3,$c2,0x1 	;  0x4ff07601
    fie 	  	;  0x4ff00000
    foh $2,0x100
    fum $d3,$c2     	;  0x4ff07601
    pig $2,0x100

    ; Call a mips coprocessor instruction with register "d1" 
    ; defined in "itbl".

    LWC1 $d1,0x100($2)