#define BIT(addr,bit) bit
#define ADDR(addr,bit) addr
#define MASK(addr,bit) 1<<(bit)
Then:
#define myflag somereg,5
movlw BIT(myflag)
movf ADDR(myflag),w
andlw MASK(myflag)
etc...
Techniques for exploiting the parallelism
of bitwise operations [incl bit reversals, counting, and Morton keys] by
Ron Gutman
Archive:
See:
Code:
file: /Techref/microchip/math/bit/index.htm,
5KB, , updated: 2012年1月23日 04:10, local time: 2025年9月2日 11:10,
owner:
IMB-yahoo-J86,
©2025 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://techref.massmind.org/techref/microchip/math/bit/index.htm"> PIC Microcontoller Bit Math Methods</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.