brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · a2a356b Raw
12 lines · plain
1  .globl  _start2_start:3  .functype _start () -> ()4  end_function5 6  .globl     someByte7  .type      someByte,@object8  .section  .data.someByte,"",@9someByte:10  .int8 4211  .size someByte, 112