diff --git a/devel/hex2bin.xml b/devel/hex2bin.xml new file mode 100644 index 000000000..caa015182 --- /dev/null +++ b/devel/hex2bin.xml @@ -0,0 +1,47 @@ + + + + Hex2Bin + Hex2Bin: convert Motorola and Intel hex files to binary + This is a utility to convert file generated by many assemblers to binary files. + + Written in ANSI-C from scratch, it can be easily ported to + + other platforms(DOS, etc.) + + It supports holes in data, unsorted records and the + + Intel extended hex format. + + Sources and sample results are included. + + Utility + http://gnuwin32.sourceforge.net/packages/hex2bin.htm + + + + + + + + + + hex2bin + hex2bin: converts Intel/Motorola hex files + Hex2bin is a program that converts an Intel hex format + into binary. It can handle the extended Intel hex for- + mat. Both the segmented and linear address records are + supported. + + + + mot2bin + mot2bin: converts Intel/Motorola hex files + Mot2bin is a program that converts an Motorola hex format + into binary. Both the segmented and linear address records are + supported.24 bit and + 32 bit records are supported. Records need not be + sorted and there can be gaps between records. + + +