Dec 062017
 
Generate a Motorola S3 format hex file from any binary file. Used for downloading to a PROM zapper. Full C source included.
File S3.ZIP from The Programmer’s Corner in
Category Assembly Language
Generate a Motorola S3 format hex file from any binary file. Used for downloading to a PROM zapper. Full C source included.
File Name File Size Zip Size Zip Type
S3.C 5053 1601 deflated
S3.DOC 741 336 deflated
S3.EXE 21253 12059 deflated
TPCREAD.ME 199 165 deflated

Download File S3.ZIP Here

Contents of the S3.DOC file



S3: converts a data file into Motorola S3 format.
Usage: s3 [options] source files...
Options:
-?: show help info (same as -h or -u).
-h: show help info (same as -u or -?).
-u: show help info (same as -? or -h).
-v: sets verbose mode.
-o: sets the output filename (defaults to stdout).
-a: sets the starting destination address (defaults to 0).
-s: sets the source offset (defaults to 0).
-i: sets the increment to the next byte (defaults to 1).
-l: sets the length of the output file (defaults to no limit).
-w: sets the number of data bytes per record (defaults to 32).

Numbers follow C conventions for decimal, octal, and hex unsigned integers.


 December 6, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)