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

1
2
3
4
5
6
7
8
9
# source file to test illegal ext, dext, dextm, dextu instructions

	.text
text_label:
	ext	$2, $3, 1, 0
	dext	$2, $3, 1, 0
	dextm	$2, $3, 31, 2
	dextm	$2, $3, 1, 32
	dextu	$2, $3, 33, 0