Error Code
tkeenan
Posts: 24
What does "Data occupies same location as program" mean.· It this saying I am out of memory?
Thanks,
Tim
Thanks,
Tim
Comments
You would have to have some DATA statements to get this message. The EEPROM data (DATA statements) occupies memory from location zero on upwards and the program occupies memory from the end of the 2K EEPROM area downwards. When the two collide, you get that message.
Thanks for the reply.· I do not have any DATA statements.· I do have a lot of GOSUBS, SEROUT, and Variables.· Would any of those cause this message?
Thanks
Tim