> From: Donovan Parks [mailto:dparks@UVIC.CA] > > Hello, > > Is it possible to store a table of values in program memory > with Hi-Tech C? > I wish to use table driven CRC8, but can't afford to take up > 256 bytes of > data memory. Does anyone know how this can be done? Can > anyone recommend a > source that discuss 'tricks' like this for the Hi-Tech C compiler? > > Regards, > Donovan If you declare your table as const array, it should be placed in ROM without you having to do anything. -Mike -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body