Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

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


foo:

  sbrs r2, 3
  sbrs r0, 7

; CHECK: sbrs r2, 3                  ; encoding: [0x23,0xfe]
; CHECK: sbrs r0, 7                  ; encoding: [0x07,0xfe]