Morgan Olsson wrote: > > In the thread "A-D on PIC 16C73B" , table boundary problem was mentioned. If a value in ram is specified for a 256 element lookup table then this may help deal with boundary issues. There are probably better methods around also. movlw high ($ + 8) movwf pclath movf RAMx,w addlw low ($ + 6) btfsc Status,Carry incf pclath movf RAMx,w addwf pcl retlw 0h retlw 1h etc... -- Best regards Tony http://www.picnpoke.com Email sales@picnpoke.com