Click here to Skip to main content
15,887,322 members
Articles / Programming Languages / Assembler

Fast Integer Square Root For 8051

Rate me:
Please Sign up or sign in to vote.
5.00/5 (7 votes)
28 Dec 2020CPOL2 min read 9.2K   67   1  
Fast integer square root computation in 8051 assembly
In this tip, you will find an implementation of the "Fast Integer Square Root" algorithm (described by Ross M. Fossler in Microchip's TB040), in 8051 assembly.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Biotecnica Instruments S.p.A.
Italy Italy




Debugging? Klingons do not debug. Our software does not coddle the weak. Bugs are good for building character in the user.
-- The Klingon programmer



Beelzebub for his friends [^].





Comments and Discussions