expdyn1.s 199 B

123456789101112131415161718
  1. .data
  2. .global expobj
  3. .type expobj,@object
  4. .size expobj,4
  5. expobj:
  6. .dword 0
  7. .text
  8. .global _start
  9. _start:
  10. nop
  11. .global expfn
  12. expfn:
  13. .type expfn,@function
  14. nop
  15. .Lfe1:
  16. .size expfn,.Lfe1-expfn