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

	.text

	.space	0x1000

	.ent	foo
	.set	mips16
	.set	noreorder
foo:
	la	$2, .L0
	jr	$ra
	 nop
	.ifdef	align
	.align	2
	.endif
.L0 = .
	.short	0
	.set	reorder
	.set	nomips16
	.end	foo

# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	4, 0
	.space	16