1RELOC65(1) General Commands Manual RELOC65(1)
2
3
4
6 reloc65 - relocator for o65 object files
7
8
10 reloc65 [OPTION]... FILE...
11
12
14 reloc65 is a relocator for files in the o65 object format.
15
16
18 -o filename
19 Set output filename. The default is a.o65.
20
21 -b? addr
22 Relocate segment ? to addr. ? should be t, d, b or z to rep‐
23 resent the text, data, bss or zero segment respectively. See the
24 xa(1) man page for an explanation.
25
26 -x? Extract segment ? from the file instead of writing back the
27 whole file. Valid arguments are t and d for the text or data
28 segment respectively. Not valid for bss or zero.
29
30 -X Extract text and data segment together from the file instead of
31 writing back the whole file. Relocating data segment to the end
32 of the text segment (ignoring the -xd option) before extracting.
33
34 --help Show summary of options.
35
36 --version
37 Show version of program.
38
39
41 file65(1), ldo65(1), printcbm(1), uncpk(1), dxa(1), xa(1)
42
43
45 This manual page was written by David Weinehall <tao@acc.umu.se> and
46 Cameron Kaiser <ckaiser@floodgap.com>. Original xa package
47 (C)1989-1997 Andre Fachat. Additional changes (C)1989-2006 Andre
48 Fachat, Jolse Maginnis, David Weinehall and Cameron Kaiser. The current
49 maintainer is Cameron Kaiser.
50
51
53 http://www.floodgap.com/retrotech/xa/
54
55
56
57 11 April 2006 RELOC65(1)