At 11:54 PM 1/13/97 -0000, you wrote: >Andrew Warren wrote: >> Arrays of bits (and/or pointers to bits) are VERY commonly used in PIC >> applications; > >James Musselman replied: >> As long as we are all PICking this apart- >> How do you know this? > >Arrays of bits are certainly commonly used in *my* PIC programs. > ... then use a sequence like: > btfsc inport,inbit > bsf buffer+0,0 > [...] > That's fine, but the discussion was about C programming, not assembly. Andrew's statement was of interest to me because I wondered a) how he knew how other people programmed in C and 2) my main interest is how this was done, since I don't believe arrays of bits, or bit operations in general for that matter, are well supported (?) in any of the existing compilers.