please dont rip this site

PIC Microcontoller Bit Math Method


AND two bits

Obviously setting, or clearing a bit is done with bsf and bcf. Toggleing a bit is done with XOR and a mask. But what if you don't know which bit to set, clear or toggle before the program is compiled?

From: http://www.myke.com/basic.htm

Using the code below, two bits will be "ANDed" together to find set/reset a third bit.
  bsf    Result                 ;  Assume the result is True
  btfsc  BitA                   ;  If BitA != 1 then result is False 
   btfss BitB                   ;  If BitB == 0 then result is False
    bcf  Result                 ;  Result is False, Reset the Bit


file: /techref/microchip/math/bit/andbits.htm, 1KB, , updated: 2004/12/6 11:59, local time: 2009/11/7 14:44,
TOP NEW HELP FIND: 
38.107.191.111:LOG IN
©2009 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2009 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://piclist.com/techref/microchip/math/bit/andbits.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 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?

 
Internet enable your X-10 controllers! Andrew Millers virtual X-10 controller
 
miSim DE is an excellent, portable and powerful IDE for developing PIC applications.
The only consistant, simple to use yet powerful development environment. It simulates real-world devices via virtual component "plugins" (LED,LCD,key,motor,TV,etc) in real time, has a syntax highlighting editor, macro assembler and disassembler. Regular updates and third-party plugins keep this software ahead of any other PIC IDE.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .