SREC2BIN V1.01 is a program to convert Motorola S-Record files into a
binary image file. I wrote this program to overcome the 64 Kb MS-DOS
memory segment limitation imposed by other similar programs. I have also
written a complemetary program, BIN2SREC, which converts the other way.

Running SREC2BIN with no arguments produces:

C:\>srec2bin

SREC2BIN V1.01 - Convert Motorola S-Record to binary file.
Copyright (c) 2000 Ant Goffart

Syntax: SREC2BIN <options> INFILE OUTFILE

-help            Show this help.
-a <addrsize>    Specify the binary file size. This will increase if too small
-q               Quiet mode

** No input filename specified

C:\>

To convert a Motorola S-Record file named FILE.SSS to a binary file FILE.BIN
and increase the size of the binary file to 512kB (80000 hex):

C:\>srec2bin -a 80000 file.sss file.bin

Any location not defined in the S-Record file will default to FF hex.



This program is Freeware and may be distributed freely.
If you find this program useful, why not send me an e-mail!

Ant Goffart
ant@anthill.demon.co.uk
http://www.anthill.demon.co.uk/
