orphan3a.s 155 B

1234567891011121314
  1. .globl main
  2. .globl _main
  3. .globl start
  4. .globl _start
  5. .globl __start
  6. .text
  7. main:
  8. _main:
  9. start:
  10. _start:
  11. __start:
  12. .section .foo,"a",%nobits
  13. .space 16