crtn.s 88 B

123456789
  1. .syntax unified
  2. .section .init
  3. pop {r0,lr}
  4. bx lr
  5. .section .fini
  6. pop {r0,lr}
  7. bx lr