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
Two bits will be "ORed" together to find set/reset a third bit. The result is expected to be false and when either bit is set, the result is true:bcf Result ; Assume the result is False btfss BitA ; If BitA != 0 then result is True btfsc BitB ; If BitB == 0 then result is False bsf Result ; Result is True, Set the Bit
file: /Techref/microchip/math/bit/orbits.htm, 1KB, , updated: 2004/12/6 12:00, local time: 2024/11/8 17:29,
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/math/bit/orbits.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. |
The Backwoods Guide to Computer Lingo |
.