64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
12 lines
186 B
ArmAsm
12 lines
186 B
ArmAsm
@ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
|
|
|
|
.syntax unified
|
|
.text
|
|
.thumb
|
|
|
|
undefined:
|
|
udf #0
|
|
|
|
@ CHECK: udf #0 @ encoding: [0x00,0xde]
|
|
|