static.s 149 B

1234567891011
  1. .section .data.exit,"aw"
  2. data:
  3. .section .text.exit,"ax"
  4. text:
  5. .text
  6. .globl _start
  7. _start:
  8. .long data
  9. .section .debug_info
  10. .long 0
  11. .long text