Hi!

I had always used a library with the following functions to read/write
eeprom memory:

uint8_t eeprom_read(uint8_t address);
void eeprom_write(uint8_t address, uint8_t value);
uint8_t eeprom_write_and_verify(uint8_t address, uint8_t value);

Reading the SDCC manual again, I started thinking that it may also be done
using pointers without needing this functions. Can it be done? If yes, how?

Thank you very much
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to