mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
|
# RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -hdis < %s | FileCheck %s
|
||
|
# CHECK: ldr r4, [pc, #0x20]
|
||
|
0x08 0x4c
|
||
|
# CHECK: sub sp, #0x84
|
||
|
0xa1 0xb0
|