hii guys
Needed some help in converting this C code to assembly havnt been successful yet in my case after the 1st division
it doesnt add properly in FPU.
so heres the C++code:
double x = a;
double xprev = 0;
while (((xprev - x) > tol) || ((x - xprev) > tol))
{
xprev = x;
x =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.