On Jun 5, 23:59, Tony Duell wrote:
> If it's that much work to get it to compile, it's going to be less work
> to write my own from scratch. Intel Hex is hardly complex [1] and all I
> need is binary -> hex (so I can transfer files to my EPROM programmer...)
> which is the easier direction in general.
>
> [1] And I even have an Intel manual giving a semi-official version of the
> spec...
There's a flat-ASCII copy of the Intel spec, including type 3,4, and 5
records, for 8-, 16- and 32-bit formats, at
http://www.dunnington.u-net.com/public/IntelHEX/hexspec.txt
as well as my simpler description at
http://www.dunnington.u-net.com/public/IntelHEX/IntelHEX.txt
I'm sure you could just use James' code (plain C, no fancy C++ or other
complexities, and quite small) at
http://www.dunnington.u-net.com/public/IntelHEX/ihex.tar
--
Pete Peter Turnbull
Network Manager
University of York
Received on Thu Jun 06 2002 - 02:22:42 BST