The document provides instructions on programming the internal EEPROM of a microcontroller. It explains that the EEPROM can be used to store variable data permanently. It lists commands for writing data to and reading data from the EEPROM using addresses or labels. Examples are given of declaring EEPROM variables and using commands like WriteEEPROM and ReadEEPROM to access the stored data. Special assembly directives for accessing the EEPROM through a programmer are also outlined.
Related topics: