Leonardo De Palo wrote: > I need to compose a routine like "case" or the tipical; > > " IF TMR0 >= 196 GOTO AnyLabel ELSE GOTO OtherLabel". Leonardo: MOVLW 196 SUBWF TMR0,W BC AnyLabel GOTO OtherLabel -Andy === Andrew Warren - fastfwd@ix.netcom.com === Fast Forward Engineering - Vista, California === http://www.geocities.com/SiliconValley/2499