文件名称:SQRT
介绍说明--下载内容均来自于网络,请自行研究使用
Square Root By Newton Raphson Method
This routine computes the square root of a 16 bit number(with
low byte in NumLo & high byte in NumHi ). After loading NumLo &
NumHi with the desired number whose square root is to be computed,
branch to location Sqrt ( by "GOTO Sqrt" ). " CALL Sqrt" cannot
be issued because the Sqrt function makes calls to Math routines
and the stack is completely used up.- Square Root By Newton Raphson Method
This routine computes the square root of a 16 bit number(with
low byte in NumLo & high byte in NumHi ). After loading NumLo &
NumHi with the desired number whose square root is to be computed,
branch to location Sqrt ( by "GOTO Sqrt" ). " CALL Sqrt" cannot
be issued because the Sqrt function makes calls to Math routines
and the stack is completely used up.
This routine computes the square root of a 16 bit number(with
low byte in NumLo & high byte in NumHi ). After loading NumLo &
NumHi with the desired number whose square root is to be computed,
branch to location Sqrt ( by "GOTO Sqrt" ). " CALL Sqrt" cannot
be issued because the Sqrt function makes calls to Math routines
and the stack is completely used up.- Square Root By Newton Raphson Method
This routine computes the square root of a 16 bit number(with
low byte in NumLo & high byte in NumHi ). After loading NumLo &
NumHi with the desired number whose square root is to be computed,
branch to location Sqrt ( by "GOTO Sqrt" ). " CALL Sqrt" cannot
be issued because the Sqrt function makes calls to Math routines
and the stack is completely used up.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SQRT.ASM