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 21:53, local time: 2024/11/8 17:28,
3.135.211.245:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©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? <A HREF="http://sxlist.com/techref/microchip/rnocarry.htm"> PIC Microcontoller Bit Math Method</A> |
Did you find what you needed? |
Welcome to sxlist.com!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. |
Welcome to sxlist.com! |
.