I am having a very hard time figuring out how I can use:
EEDATA = 0xFF, 0x00, 0xFF, 0x00, 0x01, 0x03 ;
and turn that into C code. From what I can understand, it's a way of allocating memory in BASIC, but I really do not know. If anyone out there could help I would much appreciate it.
It was programmed using PROTON. I believe it's got to do with EEPROM used for PIC hardware.