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

! { dg-do assemble }

! Make sure we reject the invalid uses below:
start:
	mov.l	r1,@r0		! ok
	mov.l	r1,@(r0)	! { dg-error "syntax error" }
	mov.l	r1,@(r0,)	! { dg-error "syntax error" }
	mov.l	r1,@(r0,r0)	! ok
	mov.l	r1,@(r0,r1)	! ok
	mov.l	r1,@(r1,r0)	! { dg-error "must be" }