mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
2e3cea3153
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123722 91177308-0d34-0410-b5e6-96231b3b80d8
13 lines
292 B
ArmAsm
13 lines
292 B
ArmAsm
@ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding %s > %t
|
|
@ RUN: FileCheck < %t %s
|
|
|
|
.syntax unified
|
|
.text
|
|
|
|
@ FIXME: This is not the correct instruction representation, but at least we are
|
|
@ parsing the ldr to something.
|
|
@
|
|
@ CHECK: ldr r0, [r7, #258]
|
|
ldr r0, [r7, #-8]
|
|
|