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

rdf2bin, rdf2com - convert an RDOFF object file to flat binary

Authors

       Julian Hall <jules@earthcorp.com>, H. Peter Anvin <hpa@zytor.com>.

       This manual page was written by Matej Vela <vela@debian.org>.

Bugs

       This utility currently only supports the classic segments .text, .data and .bss.

Debian Project                                  September 6, 1999                                     RDF2BIN(1)

Name

       rdf2bin, rdf2com - convert an RDOFF object file to flat binary

Options

       -o relocation-origin
              Relocate  at  origin relocation-origin.  If invoked as rdf2com, the default relocation origin will
              be 0x100. Else, the default origin is 0.

       -p segment-alignment
              Pad segments until their size is a multiple of segment-alignment.  By default, 16 is used.

       -f format
              Specify the output format.  The currently supported formats are binary (bin), DOS COM (binary with
              origin 0x100) (com) Intel hex (ith or ihx), and Motorola S-Records (srec).  If not specified,  the
              format is set by the command name.

Synopsis

rdf2bin [-o relocation-origin] [-p segment-alignment] [-f format] input-fileoutput-filerdf2com [-p segment-alignment] input-fileoutput-filerdf2ith [-o relocation-origin] [-p segment-alignment] input-fileoutput-filerdf2srec [-o relocation-origin] [-p segment-alignment] input-fileoutput-file

See Also