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
  • Have you tried the fill byte option of the output tab? It will fill all unused space with the specified value. Not sure but it may also order the records.

    I'm looking at the output tab in the target build properties dialog box and I don't see a fill byte option.

    Am I looking in the wrong area?

Reply
  • Have you tried the fill byte option of the output tab? It will fill all unused space with the specified value. Not sure but it may also order the records.

    I'm looking at the output tab in the target build properties dialog box and I don't see a fill byte option.

    Am I looking in the wrong area?

Children