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
# Test ldx/ldxa/stx/stxa
	.text
	ldx	[%g3], %o0
	ldxa	[%g3] 0x04, %o2
	ldx	[%g3], %fsr
	stx	%o0, [%g3]
	stxa	%o2, [%g3] 0x04
	stx	%fsr, [%g3]