summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AVR/inst-spm.s
blob: dbcb98a251391f93ed0152806c2b4dd47beedd8f (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-mc -triple avr -mattr=spm,spmx -show-encoding < %s | FileCheck %s


foo:

  spm
  spm Z+

; CHECK: spm                  ; encoding: [0xe8,0x95]
; CHECK: spm Z+               ; encoding: [0xf8,0x95]
OpenPOWER on IntegriCloud