EEPROM Override

HEX code files can store the EEPROM data separated by 0x00 bytes, and have only 8 data bytes per line, or it can have 16 data bytes per line. Usually the EEPROM data is stored in 8 bytes per line format for the 14 bit cores such as the 16F87x family, but it has appeared in this format for the 16 bit core families as well. MicroPro cannot differentiate between the formats and only loads the HEX file according to the selected chip type. This may result in loading the data spaced with 0x00 bytes when this is not desirable.

This option, if selected, allows you to override the 16 byte per line format and ignore the 0x00 bytes in between the data.

The data file will be reloaded when this item is changed.