harec

[hare] Hare compiler, written in C11 for POSIX OSs
Log | Files | Refs | README | LICENSE

start+aarch64.s (118B)


      1 .text
      2 .global _start
      3 _start:
      4 	mov x29, #0
      5 	mov x30, #0
      6 	mov x0, sp
      7 	add sp, x0, #-16
      8 	and sp, sp, #-16
      9 	b rt.start_ha