[net.wanted.sources] intel hex format

njh@root44.UUCP (Nigel Horne) (03/29/85)

I'd like a program - preferably written in C - which given a binary input file
outputs Intel  ``Hexadecimal Object File Format'' records.
I know what the last lines would be:

	printf(":00000001FF\n");
	exit(0);
}

-- but what about the rest of the program?
-- 
--

Nigel Horne	<njh@root44.UUCP>
Root Computers Ltd.
{deccra,edai,flame,glasgow,hirst1,ist,kcl-cs,qmc-cs,rlvd,pmllab,stc-a,
	ukc,unisoft}!root44!rootcl!njh

njh@root44.UUCP (Nigel Horne) (04/16/85)

Thanks to everyne who mailed me, there were quite a few.
The main problem was that I didn't specify the input format, namely
COFF. So I've hacked one together, if anyone is interested......
-- 
--

Nigel Horne	<njh@root44.UUCP>
Root Computers Ltd.
{deccra,edai,glasgow,hirst1,ist,kcl-cs,qmc-cs,rlvd,pmllab,stc-a,ubu,
	ukc,unisoft}!root44!rootcl!njh