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

	;; test the parsing of strings and character constants
	section .data
laf:	
	defb "single:'"
	defb 'double:"',laf
	defb 'escape:\\'

	ex af,af'
af0:	
	cp '9'+1