to write to internal EEPROM

WRITE 1,VARIABLE


to read later

READ 1,VARIABLE

where VARIABLE has been previously define as a WORD size var

that's it dude