You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llvm-mc -triple avr -mattr=break -show-encoding < %s | FileCheck %s
|
|
; RUN: llvm-mc -filetype=obj -triple avr -mattr=break < %s | llvm-objdump -d --mattr=break - | FileCheck --check-prefix=CHECK-INST %s
|
|
|
|
|
|
foo:
|
|
|
|
break
|
|
|
|
; CHECK: break ; encoding: [0x98,0x95]
|
|
|
|
; CHECK-INST: break
|