reloc65 (1) Linux Manual Page
reloc65 – relocator for o65 object files
Synopsis
reloc65 [OPTION]… FILE…Description
reloc65 is a relocator for files in the o65 object format.Options
- -o filename
- Set output filename. The default is a.o65.
- -b? addr
- Relocate segment ? to addr. ? should be t, d, b or z to represent the text, data, bss or zero segment respectively. See the xa(1) man page for an explanation.
- -x?
- Extract segment ? from the file instead of writing back the whole file. Valid arguments are t and d for the text or data segment respectively. Not valid for bss or zero.
- -X
- Extract text and data segment together from the file instead of writing back the whole file. Relocating data segment to the end of the text segment (ignoring the -xd option) before extracting.
- –help
- Show summary of options.
- –version
- Show version of program.
