summaryrefslogtreecommitdiff
path: root/rdoff/rdf2bin.1
blob: d274d580cad5af1e06813a271d72174508ecc2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.TH RDF2BIN 1 "September 6, 1999" "Debian Project" "Debian Manual"
.SH NAME
rdf2bin, rdf2com \- convert an RDOFF object file to flat binary
.SH SYNOPSIS
.B rdf2bin
.RI "[\-o " relocation-origin ]
.RI "[\-p " segment-alignment ]
.RI "[\-f " format ]
.I input-file
.I output-file
.br
.B rdf2com
.RI "[\-p " segment-alignment ]
.I input-file
.I output-file
.br
.B rdf2ith
.RI "[\-o " relocation-origin ]
.RI "[\-p " segment-alignment ]
.I input-file
.I output-file
.br
.B rdf2srec
.RI "[\-o " relocation-origin ]
.RI "[\-p " segment-alignment ]
.I input-file
.I output-file
.SH OPTIONS
.TP
.RI "\-o " relocation-origin
Relocate at origin
.IR relocation-origin .
If invoked as
.BR rdf2com ,
the default relocation origin will be 0x100. Else, the default origin is 0.
.TP
.RI "\-p " segment-alignment
Pad segments until their size is a multiple of
.IR segment-alignment .
By default, 16 is used.
.TP
.RI "\-f " format
Specify the output format.  The currently supported formats are binary
.RI ( bin ),
DOS COM (binary with origin 0x100)
.RI ( com )
Intel hex
.RI ( ith
or
.IR ihx ),
and
Motorola S-Records
.RI ( srec ).
If not specified, the format is set by the command name.
.SH AUTHORS
Julian Hall <jules@earthcorp.com>, H. Peter Anvin <hpa@zytor.com>.
.PP
This manual page was written by Matej Vela <vela@debian.org>.
.SH BUGS
This utility currently only supports the classic segments
.IR .text ,
.I .data
and
.IR .bss .