man hex2cmd (Commandes) - convert Intel hex format to TRS-80 CMD format
Name
hex2cmd - convert Intel hex format to TRS-80 CMD format
Syntax
hex2cmd [infile]
Description
hex2cmd reads the specified infile (or standard input if none is given) in Intel hex format (also known as S-record format), and writes a TRS-80 CMD file to standard output. An S-record that asks for 0 bytes to be loaded at address A sets the transfer address (entry point) of the CMD file to A; otherwise the CMD file is given no transfer address.
Author
hex2cmd was written by Timothy Mann. This man page was created by Branden Robinson.