Can anybody suggest the best technique to use for storing a look-up table array in ROM? Right now I just have: unsigned char code LUT1[256] = { 0, 1, 2, ..., 255};
Thanks very much. Paul