How to pass float or double parameters to C functions in AArch64 assembly
I was trying to make a counter which add from 0.0 to 1, I first implement the counter via fadd, then I have trouble to print floating point number.
I was trying to make a counter which add from 0.0 to 1, I first implement the counter via fadd, then I have trouble to print floating point number.