hare

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

start+x86_64-libc.s (262B)


      1 .section ".note.netbsd.ident", "a"
      2 	.long   2f-1f
      3 	.long   4f-3f
      4 	.long   1
      5 1:      .asciz "NetBSD"
      6 2:      .p2align 2
      7 3:      .long   199905
      8 4:      .p2align 2
      9 
     10 .text
     11 .global _start
     12 _start:
     13 	xor %rbp, %rbp
     14 	movq %rsp, %rdi
     15 	and $-16, %rsp
     16 	call rt.start_netbsd