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

       .section .text
       .global _fun
xc16x_or:
	xor  r0,r1
	xor  r0,[r1]
	xor  r0,[r1+]
	xor  r0,#3
	xor  r0,#0x0234
	xor  r0,0x0234
	xor  0x0234,r0