
Originally Posted by
opticaltrigger
Can I ask Darrel how I should fix thiss problem,what should I type instead.
Well ... typing in your order for PicBasic Pro would probably be the easiest. 
But, in lieu of that ... put your values in B0 if you want to test the bits.
Code:
chk4: peek portA,B0
if Bit1 = 0 then fire4
goto chk4
<br>
Bookmarks