please dont rip this site

PIC Microcontoller Bit Math Method

Rotate a value without using carry.

rlf RAM,w
rlf RAM

The normal Rotate-instructions are 9-bit (Carry into lowest bit, highest bit into Carry). This modification creates a 8-bit Rotate. (Highest bit into Lowest bit). The first line places the MSBit of RAM into Carry and then the second actually performs the rotate.

If you would like to rotate without affection the carry you can do it like that:

;right cycle shift

rrf     RAM,W
rrf     RAM,F
addlw   0x80    ;restore carry

;left cycle shift

rlf     RAM,W
rlf     RAM,F
movwf   temp_cy
rrf     temp_cy,f ;restore carry


file: /Techref/microchip/rnocarry.htm, 0KB, , updated: 2006/4/25 22:53, local time: 2024/3/29 05:39,
TOP NEW HELP FIND: 
34.228.40.212: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.ecomorder.com/techref/microchip/rnocarry.htm"> PIC Microcontoller Bit Math Method</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 ecomorder.com!

 

Welcome to www.ecomorder.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .