> 4. Reduce strings and other tabular data. Lookup tables can sometimes be > eliminated using clever code, providing a net reduction in code size. If > the budget can stand it, the board will hold it, and you have 2 spare io > lines, throw down a serial eeprom and put any non-critical tabular data > in it. The lookup routine can be very simple: address in, data out. I've been working on something similar but without any luck. I'd like to move my strings out of the '73A eprom and into an outboard EEPROM. I am using C (duck and cover) in this project. Can anyone demonstrate with code snippets how this could be done? To keep things generic, assume that the functions WRITE_EEPROM(data,address) and READ_EEPROM(address) perform the EEPROM I/O. Any hints/tips are most welcome. Thanks! Jim Dolson jdolson@iserv.net