Hello,

I want to load my PIC's program memory with data, quite a lot of data.

The idea is to flash the PIC with a HEX file that has been composed of:
a.- the program;
b.- the data.

In fact, it is about to merge two HEX files - the first with the program, the second with the data.

It is not clear to me how I have to read the INH8XM HEX file.

Bits look to be inverted per pair; the adress is not clear to me, etc.

Does anyone know about this? Are there some tools to make HEX files from, i.e. a TXT file?