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 12:59, local time: 2023/6/5 00:48,
44.200.145.223:LOG IN
|
©2023 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://massmind.org/techref/microchip/math/bit/andbits.htm"> PIC Microcontoller Bit Math Method </A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.