mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
|
# RUN: llvm-mc -triple=aarch64 -disassemble < %s 2>&1 | FileCheck %s
|
||
|
|
||
|
# Stores are OK.
|
||
|
0xe0 0x83 0x00 0xa9
|
||
|
# CHECK-NOT: potentially undefined instruction encoding
|
||
|
# CHECK: stp x0, x0, [sp, #8]
|
||
|
|