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

 .intel_syntax noprefix
 .code16
 .text

 movsx	eax,word ptr ds:[0]
 movsx	eax,byte ptr ds:[0]
 movsx	ax,byte ptr ds:[0]
 movzx	eax,word ptr ds:[0]
 movzx	eax,byte ptr ds:[0]
 movzx	ax,byte ptr ds:[0]

 lea	ax, [si+bx]
 lea	ax, [si+bp]
 lea	ax, [di+bx]
 lea	ax, [di+bp]
 lea	ax, [si][bx]
 lea	ax, [si][bp]
 lea	ax, [di][bx]
 lea	ax, [di][bp]

 .p2align 4,0