Floating exponent in assembly
I want to calculate base^exponent in assembly.
This is my attempt to solve the problem, but I am not sure that the algorithm is correct
I want to calculate base^exponent in assembly.
This is my attempt to solve the problem, but I am not sure that the algorithm is correct