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 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
-a
-s
-i
-l
-w
Numbers follow C conventions for decimal, octal, and hex unsigned integers.
December 6, 2017
Add comments