logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hex2cmd - convert Intel hex format to TRS-80 CMD format

Author

hex2cmd was written by Timothy Mann.

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.

Name

hex2cmd - convert Intel hex format to TRS-80 CMD format

See Also

xtrs(1)

       The LDOSQuarterly, April 1, 1982 (Vol 1, No 4), has documentation of the TRS-80 DOS CMD file format.

xtrs                                               2008-06-26                                         hex2cmd(1)

Synopsis

hex2cmd [infile]

See Also