mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
|
# RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -disassemble < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
#------------------------------------------------------------------------------
|
||
|
# Undefined encoding space for hint instructions
|
||
|
#------------------------------------------------------------------------------
|
||
|
|
||
|
0x05 0xf0 0x20 0xe3
|
||
|
# CHECK: invalid instruction encoding
|
||
|
0x41 0xf0 0x20 0xe3
|
||
|
# CHECK: invalid instruction encoding
|
||
|
0xfe 0xf0 0x20 0xe3
|
||
|
# CHECK: invalid instruction encoding
|
||
|
|