please dont rip this site

SX Microcontroller Bit Math Method

Rotate a value without using carry.

Rotate a value without using carry.

	mov	W, <<RAM	;initialize carry with MSb of RAM
	rl	RAM		;rotate, MSb from carry is shifted into LSb of 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

	mov	W, >>RAM
	rr	RAM
	rl	WREG	;restore carry

;left cycle shift

	mov	W, <<RAM
	rl	RAM
	rr	WREG	;restore carry

Note that bit 7 (RTW) of OPTION should be cleared to allow access to working register as a file register.


file: /Techref/scenix/lib/math/bit/rnocarry_sx.htm, 1KB, , updated: 2004/6/10 14:40, local time: 2024/3/29 04:30,
TOP NEW HELP FIND: 
18.206.238.189: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/scenix/lib/math/bit/rnocarry_sx.htm"> SX Microcontroller Bit Math Method - Rotate a value without using carry.</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!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .