hare

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

getfp.s (114B)


      1 .section ".text.rt.getfp","ax"
      2 .global rt.getfp
      3 .type rt.getfp,@function
      4 rt.getfp:
      5 	endbr64
      6 	mov (%rbp),%rax
      7 	ret