Data to eeprom

craig008

New Member
i am having troubles with storing variable to the eeprom, i keep getting a syntax error for this code, what is wrong, i cant figure it out

data 1,(#b9)
or
data 1,#b9
or
data 1,b9
or
data 1,(b9)

i know that the next variable i need to store will have to be at least thress spaces away due to the amount of space that the varibe may take up
________
XS750
 
Last edited:

MORA99

Senior Member
from the manual, so ofcause variables cant work :)

"Information:
This is not an instruction, but a method of pre-loading the microcontrollers data
memory. The command does not affect program length."
 
Top