Relative Content

Tag Archive for assemblyfloating-pointexponent

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