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

	.text
	;; colon less labels test
start
	ld	a,0
.L_next
	jr	z,finish
	ld	a,1
.L_xx	ld	a,2
	ld	a,3
	jr	start
	jr	.L_next
	jr	.L_xx
label	jp	(hl)
finish	ret
temp	=	1234
temp	.defl	4321
temp1	equ	4247
	.end