I am basically new to Pic`s and I am having trouble understanding a line in some code I came across. Any help would be appreciated. Below is the code: movlw 0D0 btfss portc,w --Is this line checking for a specific bit, and if so which one? Dominic