Eric, Do remember that the optimizer is for PIC16 family. Not PIC18s right now. But it could be possible in the near future. And, you'll have quit a lot time before you bump into the bounds of PIC18s, Since they have a lot more Program memory, RAM and Instructions to play with. Jeethu Rao > -----Original Message----- > From: pic microcontroller discussion list > [mailto:PICLIST@MITVMA.MIT.EDU]On Behalf Of Eric James > Sent: Wednesday, July 04, 2001 7:08 PM > To: PICLIST@MITVMA.MIT.EDU > Subject: Re: [PIC]: Compiler > > > Jeethu Rao writes > > >Its prudent programming practice to have a goto to skip a table > >or any "data" in instructions. > > > >it could be like: > > > >goto skip_table > >table: > >addwf PCL > >dt "0123456789" > >skip: > >;..(Any instructions)... > > This might be the case for non 18Xxxx processors, however I usually use a > method similar to the one found at > http://www.piclist.com/techref/microchip/18c/tables.htm > > In a case like this it would be very hard for the optomizer to > seperate the > table from the instructions. > > Eric > > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ > > -- > http://www.piclist.com#nomail Going offline? Don't AutoReply us! > email listserv@mitvma.mit.edu with SET PICList DIGEST in the body > > -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu