> MOVLW Rx_Buffer > ADDWF Rx_Num, W > MOVWF FSR > > > ADDWF adds W to the File not the file to W. > > After this line W still equals Rx_Buffer. FSR does = Rx_Buffer + Rx_Num Maybe you're thinking of SUBLW (=SUBWL) ? -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu