mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-02 09:33:59 +00:00
8 lines
379 B
ArmAsm
8 lines
379 B
ArmAsm
|
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -mattr=+mp -show-encoding < %s | FileCheck %s
|
||
|
|
||
|
@------------------------------------------------------------------------------
|
||
|
@ PLD(literal)
|
||
|
@------------------------------------------------------------------------------
|
||
|
pldw [pc,#-4095]
|
||
|
@ CHECK: pldw [pc, #-4095] @ encoding: [0x3f,0xf8,0xff,0xff]
|