Stewart Pye wrote: > I know you can define bytes in rom using the db command, What is the best > way to access these??? > ( I'm lost without a data pointer!! ) In a PIC architechture it is almost impossible. The only way is to use the RETLW command. ex: addwf PCL,f retlw 12 ;if w=0 retlw 23 ;if w=1 retlw 34 ;if w=2 . . . regards, Reggie -- e-mail: rberdin@bigfoot.com ICQ#: 31651436 URL: http://www.bigfoot.com/~rberdin