PBP instruction clock cycles
Would someone please give me your best guess for the number of clock cycles from the first Port read to and including the second Port read of the following instructions. I am trying to checking an input for a hall effect sensor looking at a rotating notched disk and would like to know the time between input reads as to make needed adjustments. I have never seen a list of PBP instruction clock cycles for simple instructions.
Thanks: Mountain
IF PortC.4=1 THEN
Avar=1
Else Avar=0
Endif
IF PortC.4=1