crti.S 471 B

12345678910111213141516171819
  1. ! Copyright (C) 2013 Imagination Technologies Ltd.
  2. ! Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  3. .section .init
  4. .global __init
  5. .type __init,function
  6. __init:
  7. MOV D0FrT, A0FrP
  8. ADD A0FrP, A0StP, #0
  9. SETL [A0StP++], D0.4, D1RtP
  10. .section .fini
  11. .global __fini
  12. .type __fini,function
  13. __fini:
  14. MOV D0FrT, A0FrP
  15. ADD A0FrP, A0StP, #0
  16. SETL [A0StP++], D0.4, D1RtP