harec

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

start+x86_64.s (97B)


      1 .text
      2 .global _start
      3 _start:
      4 	xor %rbp, %rbp
      5 	movq %rsp, %rdi
      6 	andq $-16, %rsp
      7 	call rt.start_ha