buzzp
Electrical
- Nov 21, 2001
- 2,032
I am looking for a detailed explanation of finding the square root of a binary number (16 bit). I have seen it done using decimal numbers (Newtonian method) and some other methods. I would like to implement this in assembly language using rotate commands and an 8bit software multiply. Can anyone help (I know this is from high school - at least the decimal long hand square root is)?