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