From: chughes@maths.tcd.ie (Conrad Hughes) >WANTED: 32/64 bit square root algorithms in Assembly. Here's the best code I've managed yet; it manages to fit into four instructions per bit. If anyone has managed better, please let me know.. If you do use the code, it'd be nice to receive a mention :-) DEFFNsqrt(N,R,T,S):LOCALA%:IFS<>N [OPTpass:MOV S,N:] [OPTpass:MOV R,#0:]:FORA%=7TO0STEP-1:[OPTpass:ADD T,R,#1<