mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
|
# RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 2>&1 | FileCheck %s
|
||
|
|
||
|
# rdar://11437956
|
||
|
|
||
|
# CHECK: warning: invalid instruction encoding
|
||
|
# CHECK: 0x90 0x00 0xc0 0xe7
|
||
|
0x90 0x00 0xc0 0xe7
|
||
|
|
||
|
# CHECK: warning: invalid instruction encoding
|
||
|
# CHECK: 0x90 0x01 0xc0 0xe7
|
||
|
0x90 0x01 0xc0 0xe7
|