This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hex File Format. Known as ???

Is there an industry standard name for the hex file output format Keil uses for an 8051?

In the target configuration, its called "HEX-80", but I'm not so sure that's the official name for this format.

Any help appreciated.

Parents
  • We use the Data I/O and have found that the files do indeed need to be in ascending order. (Obviously they gave the junior programmer the task of loading the files)

    Fortunately, the Data I/O is insensitive to the end of file record. You can use the DOS sort command in your build process and everything will be fine.

Reply
  • We use the Data I/O and have found that the files do indeed need to be in ascending order. (Obviously they gave the junior programmer the task of loading the files)

    Fortunately, the Data I/O is insensitive to the end of file record. You can use the DOS sort command in your build process and everything will be fine.

Children