Alan G. Smith wrote: > I am using a PIC 16F84 and I would like to initialize the data EEPROM with > known values before we > start. > Can anyone tell me how to get Hi-Tech C (preferably) or Microchip Assembler to > store data into the > data eeprom. > > TIA, > > Alan G. Smith If I understand you correctly you want to put start-up values in the EEPROM. If so why not use in assembler (sorry!) org 2100 ;eeprom address dw 3 ;the value of the byte to put at 2100h I hope this is what you need. Cheers! -- Eric van Es | Cape Town, South Africa mailto:vanes@ilink.nis.za | http://www.nis.za/~vanes LOOKING FOR TEMPORARY / HOLIDAY ACCOMODATION? http://www.nis.za/~vanes/accom.htm