BIN2SREC V1.01 is a program to convert binary images into Motorola
S-Record files for EPROM programmers etc.. I wrote this program to
complement SREC2BIN which converts the other way.

Running BIN2SREC with no arguments produces:

C:\>bin2srec

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

Syntax: BIN2SREC <options> INFILE

-help            Show this help.
-o <offset>      Start address offset (hex)
-a <addrsize>    Number of bytes used for address (2-4)
                  default to minimum needed for maximum address.
-l <linelength>  Number of bytes per line (8-32) default to 32
-q               Quiet mode - no output except S-Record
-s               Supress header and footer records

** No input filename specified

C:\>

The S-Record output will be sent to the standard output stream and
can be redirected to a file:

C:\>bin2srec file.bin > file.sss



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/
