mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-18 23:05:00 +00:00
15 lines
336 B
ArmAsm
15 lines
336 B
ArmAsm
@ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
|
|
|
|
ble Lfoo @ wide encoding
|
|
|
|
.space 258
|
|
Lfoo:
|
|
nop
|
|
|
|
ble Lbaz @ narrow encoding
|
|
.space 256
|
|
Lbaz:
|
|
|
|
@ CHECK: '_section_data', '40f38180
|
|
@ CHECK: 000000bf 7fdd
|