farcall-group.s 188 B

123456789101112131415
  1. .section .text.t1
  2. .global _start
  3. .global end
  4. _start:
  5. bl end
  6. .section .text.t2
  7. .zero 64 * 1024 * 1024
  8. .section .text.t3
  9. .zero 64 * 1024 * 1024
  10. .section .text.t4
  11. end:
  12. bl _start