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
	# Test disassembly of illegal instructions.
	.text
	
	# ldpsw   x12, x6, [x6],#-8 ; illegal because one of the dest regs is also the address reg
	.inst 0x68ea18cc

	# FIXME: Add more illegal instructions here.