mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
# RUN: llvm-mc -triple hexagon -disassemble < %s | FileCheck %s
|
||
|
|
||
|
0x00 0xc1 0x15 0x51
|
||
|
# CHECK: if (p1) callr r21
|
||
|
0x00 0xc3 0x35 0x51
|
||
|
# CHECK: if (!p3) callr r21
|