brintos

brintos / llvm-project-archived public Read only

0
0
Text · 305 B · 6f15cf3 Raw
29 lines · plain
1  .option pic22  .text3  .globl _foo4_foo:5  nop6 7  .globl foo08  .type foo0, @function9foo0:10  nop11 12  .globl foo113  .type foo1, @function14foo1:15  nop16 17  .data18  .globl data019  .type data0, @object20  .size data0, 421data0:22  .word 023 24  .globl data125  .type data1, @object26  .size data1, 427data1:28  .word 029