please dont rip this site

PIC Microcontoller Math Method

8 Bit Square Root

;**********************************************************************
;by Nikolai Golovchenko
;8 bit SQARE ROOT
;ACCB0 input/output
;TEMPB0, TEMPB1 used for temporary storage
;66 cycles execution time
;20 words of program memory
;3 bytes of RAM
;**********************************************************************
Sqrt8
	movlw 0x40
	movwf TEMPB1
	clrf TEMPB0
sqrt8a
	movf TEMPB1, w
	iorwf TEMPB0, w
	subwf ACCB0, w
	btfsc _C
	 movwf ACCB0
	rrf TEMPB0, f
	movf TEMPB1, w
	btfsc TEMPB0, 7
	 iorwf TEMPB0, f
	bcf TEMPB0, 7
	rrf TEMPB1, f
	rrf TEMPB1, f
	btfss TEMPB1, 7
	 goto sqrt8a
	movf TEMPB0, w
	movwf ACCB0
	return
;**********************************************************************
;Last updated 15Nov99

Questions:


file: /Techref/microchip/math/sqrt/sqrt8.htm, 1KB, , updated: 2005/12/11 11:29, local time: 2024/3/28 05:17,
TOP NEW HELP FIND: 
35.173.233.176:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/techref/microchip/math/sqrt/sqrt8.htm"> PIC Microcontoller Math Method 8 Bit Square Root</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .