harec

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

start+riscv64.s (76B)


      1 .text
      2 .global _start
      3 _start:
      4 	mv a0, sp
      5 	andi sp, sp, -16
      6 	tail rt.start_ha