please dont rip this site

SX Microcontroller Math Method


Scale 8 bits to a percent

Dmitry Kiryashov says: Possible realization of 1 + 1/256 + ... correction.

;1/256 * (1 + 1/256) =~ 0.999985 / 255 ;

scale255to100:                  ;25 = 16+8+1
	clr	temp	;int
	clr	temp1	;frac

	add	temp, W	;1
	rr	temp	;/2
	rr	temp1

	rr	temp	;/4
	rr	temp1
	rr	temp	;/8
	rr	temp1

	add	temp, W	;8
	rr	temp	;/16
	rr	temp1

	add	temp, W	;16
	rr	temp	;/32
	rr	temp1

	mov	W, >>temp	;/64
	rr	temp1
;
;	mov	temp2, W	;1/256/256     if longer tail
;	mov	temp3, W	;1/256/256/256 is required
;       etc...
;
	add	temp1, W	;1 + 1/256 correction
	sb	temp1.7	;either round if >= 0.5
	snb	C	;or take carry
	mov	Hack, W	;Hack is a temp variable to compinsate for lack of add literal inst
	mov	W, #1	;temp1 holds frac part
	add	W, Hack
;
;	mov	temp, W	;answer is either W or temp
	ret

If >=0.5 correction isn't required <btfss temp1,7> line
should be commented.


file: /techref/scenix/lib/math/scale/8bxperaccu_sx.htm, 1KB, , updated: 2004/6/10 14:40, local time: 2008/8/21 21:37,
TOP NEW HELP FIND: 
38.103.63.59:LOG IN
©2008 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2008 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!
<A HREF="http://www.sxlist.com/techref/scenix/lib/math/scale/8bxperaccu_sx.htm"> PIC Microcontroller Math Method Scale 8 bits to a percent accuratly</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be reviewed) Just type in the box and press the Post button. (HTML welcomed!): 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: 
Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
  'What can I do?' - SiCKO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .