Hello Srigo,

S>>Wait .. why cant i use the 8k program memory space that is internal to the microcontroller. why do i need to use the eeprom....internal or external ? this is prolly an easy question to answer.. that is not very obvious to me right now.<<

I think you are referring to using the remaining 8k on your chip? is this correct?

Yes, you can use the remain 8k on your chip, but it is not "changable" on the run, like EEPROM. You can put a "table" out at the end of your 8K, but that table is "fixed" data.

Mel had a excellent example of using "End of your ROM" for extra data a few months ago. But that data is "fixed".

Dwayne