WRITE will work at run-time
EEPROM or DATA will work at Programming time


DATA @101,10 will write 10 at address 101 at programming time
WRITE 101,10 will write 10 at adress 101 at run time

i will read-back the whole post here, but it think you already understand the concept... OR i'm too drunk ... no way!