mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-18 23:05:00 +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]
|
|
|