[sdiy] programming eproms and file formats ?

Jim Patchell patchell at silcom.com
Fri Mar 16 22:10:25 CET 2001



Peter Blackett wrote:

> Hi,
> anyone happen to know the difference between all the different file
> formats that can be used to program an eprom ?
> for example Intel HEX, Intel Extended HEX, Intel 32-bit HEX,

    I am not all that familiar with Intel hex, but, the standard Intel Hex
had only a 16 bit address, thus it could only work up to 64K bytes (plenty
back in the 8080 days).  The extended format increased the address range.

> Motorola
> S1, S2, S3,

    S1,S2,and S3 denotes the size of the address, 16,24 and 32 if memory
serves me right..

>
> Binary, and ASCII.

    A binary file is just that, binary.  Each byte in the file coresponds to
a byte in the eprom.  ASCII is similar, but is more like a hex dump of a
binary file.  Each 2 characters make up a hex number that lives in one byte.

>
> I'm trying to program an eprom from a file I've been given , but I can't
> seem to work out what format is used .
> regards Peter

    YOu might want to post the file.  I could look at it and tell you what
it is.

>
> --
> web page http://home.clara.net/dragonser/index.html

    -Jim





More information about the Synth-diy mailing list