harec

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

start+x86_64.s (220B)


      1 	.section ".note.openbsd.ident", "a"
      2 	.p2align 2
      3 	.long	0x8
      4 	.long	0x4
      5 	.long	0x1
      6 	.asciz	"OpenBSD"
      7 	.long	0x0
      8 	.previous
      9 
     10 .text
     11 .global _start
     12 _start:
     13 	xor %rbp, %rbp
     14 	movq %rsp, %rdi
     15 	andq $-16, %rsp
     16 	call rt.start_ha