mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
6ee83c07a0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204316 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
# RUN: llvm-mc --disassemble %s -triple=x86_64-apple-darwin9 2>&1 | grep "invalid instruction encoding"
|
|
|
|
# This instruction would decode as jmp32m if it didn't run out of bytes
|
|
0xff 0x24
|