hare

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

start+x86_64-libc.s (84B)


      1 .text
      2 .global _start
      3 _start:
      4 	xor %rbp, %rbp
      5 	and $-16, %rsp
      6 	call rt.start_freebsd