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 .sdata
	.global a
	.4byte 1
a:	.4byte 2

	.section .text
b:	la $4,a
	la $4,a+4
	la $4,a+8
	la $4,a+12