C51 Development Tools

OH51 Object-HEX Converter

The OH51 Object-HEX converter creates Intel HEX files from absolute OMF51 object modules. Absolute object files may be created by the following:

Intel HEX files are ASCII files that contain a hexadecimal representation of your program. They may be easily loaded into a device programmer for writing EPROMs or other memory devices.

Several utilities are available that may help you with your HEX files:

  • HEX2BIN converts an Intel HEX file into a flat BINARY file.
  • BIN2HEX converts a flat BINARY file into an Intel HEX file.

The following documents provide additional information about the different output file formats.