hare

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

getfp.s (99B)


      1 .section ".text.rt.getfp","ax"
      2 .global rt.getfp
      3 .type rt.getfp,@function
      4 rt.getfp:
      5 	mv a0, fp
      6 	ret