Hi,

I have a simple Question,but I can not find a Answer.
I have a Pic 16F870 And I want to use My PortC as High/Low,I now how to do this but can I do this like here:

Data @1,3,6,12,9

For Counter = 1 to 4
Read Counter,State

PortC = State
Gosub DelayCheck

Next Counter


3 is PortC = %00000011 and 6 is PortC = %00000110 and so on.

Can I do this.

Thanks.