mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
9 lines
353 B
Plaintext
9 lines
353 B
Plaintext
|
# RUN: llvm-mc -triple=thumbv7 -disassemble -show-encoding < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
#------------------------------------------------------------------------------
|
||
|
# Undefined encoding space for hint instructions
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
0xaf 0xf3 0x05 0x80
|
||
|
# CHECK: invalid instruction encoding
|