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
	.syntax unified
	.cpu cortex-m4
	.thumb

	.section  .text

	orr r1, #12800	 	/* This is OK.  */
	orr r1, #12801		/* This cannot be encoded in Thumb mode.  */
	/* GAS used to accept it though, and produce a MOV instruction instead.  */