brintos

brintos / llvm-project-archived public Read only

0
0
Text · 347 B · 67a204b Raw
17 lines · plain
1# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s2 3# CHECK: .byte 654        .ascii "A"5# CHECK: .byte 666        .ASCII "B"7# CHECK: .byte 678        .aScIi "C"9 10# Note: using 2byte because it is an alias11# CHECK: .short 466012        .2byte 0x123413# CHECK: .short 466114        .2BYTE 0x123515# CHECK: .short 466216        .2bYtE 0x123617