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

.arch armv7-a
.text
.syntax unified
foo:
movw r0, #:lower16: bar
movt r0, #:upper16: bar
.thumb
movw r0, #:lower16: bar
movt r0, #:upper16: bar

.space 0x10000

bar: