mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
7 lines
220 B
ArmAsm
7 lines
220 B
ArmAsm
|
# RUN: llvm-mc -triple powerpc-unknown-unknown --show-encoding %s | FileCheck %s
|
||
|
|
||
|
# Check that large immediates in 32bit mode are accepted.
|
||
|
|
||
|
# CHECK: ba -33554432 # encoding: [0x4a,0x00,0x00,0x02]
|
||
|
ba 0xfe000000
|