mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 18:31:04 +00:00
11 lines
304 B
ArmAsm
11 lines
304 B
ArmAsm
|
@ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
|
||
|
.text
|
||
|
.thumb
|
||
|
|
||
|
@ CHECK: error: invalid operand for instruction
|
||
|
@ CHECK: error: invalid operand for instruction
|
||
|
@ CHECK: error: invalid operand for instruction
|
||
|
strd r12, SP, [r0, #256]
|
||
|
strd r12, SP, [r0, #256]!
|
||
|
strd r12, SP, [r0], #256
|