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

; RUN: llvm-mc -triple avr -show-encoding < %s | FileCheck %s


foo:

  sbrc r2, 3
  sbrc r0, 7

; CHECK: sbrc r2, 3                  ; encoding: [0x23,0xfc]
; CHECK: sbrc r0, 7                  ; encoding: [0x07,0xfc]