portc,w-- w is replaced with a 0 when assembled. ---------- > From: Dominic Gualtieri > To: PICLIST@MITVMA.MIT.EDU > Subject: Code question > Date: Thursday, May 21, 1998 3:59 PM > > 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