I run out of space on the 12F675. I must send the decoding part of my program to Visual Basic because it takes too many space. I found how to shift bits with VB 6.0 but a for simple bit isolation like this I didn't :

PATERN.bit15 = .........

How can I isolate this bit, because I have to construct 3 words bit per bit.
If some of you have experience with VB, give me tricks.

Simon Brodeur