hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

start+aarch64-libc.s (93B)


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