In the early 8 bit micro days there was Intel HEX format - used for this
sort of purpose. I thought I had a spec. but cannot lays my hands on it.
There are various tools around, in C and in Z80/8080 assembler for
converting etc.

Jim

On Thu, 9 Dec 1999, Simon Wood wrote:

> Hi all,
> I'm still playing around at ELKS and have the idea for a simple loader for a
> diskless psion.
> 
> Take a a.out executable and convert it to a hex dump of the memory it will
> occupy (once loaded) and then transfer it across to the machine, and jump to
> the base location.
> 
> How can I do the expanding bit? Are the tools out there already? Or do I
> have to code it myself?
> 
> Preferably I would like the hex dump to be in the form below, but I am
> flexible on that..
> 00a500:a9f20854c...90
> 00a510:2c51234..ff
> 
> Simon Wood
> 
> Hardware Engineer 
> Pace Micro Technology plc
> Victoria Road, Saltaire, Shipley
> West Yorkshire, BD18 3LF
> Tel : +44(0)1274 532000  Fax: +44(0)1274 532029
> 
> This E-Mail and any attachments hereto are strictly confidential and
> intended solely for the addressee. If you are not the intended addressee
> please notify the sender by return and delete the message. You must not
> disclose, forward or copy this E-mail or attachments to any third party
> without the prior consent of the sender.
> 
> 

Reply via email to