hare

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

getfp.s (101B)


      1 .section ".text.rt.getfp","ax"
      2 .global rt.getfp
      3 .type rt.getfp,@function
      4 rt.getfp:
      5 	mov x0, x29
      6 	ret