Shop OBEX P1 Docs P2 Docs Learn Events
Error Code — Parallax Forums

Error Code

tkeenantkeenan Posts: 24
edited 2009-05-09 12:20 in BASIC Stamp
What does "Data occupies same location as program" mean.· It this saying I am out of memory?

Thanks,
Tim

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-05-08 15:37
    Yes

    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.
  • tkeenantkeenan Posts: 24
    edited 2009-05-09 12:20
    "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
Sign In or Register to comment.