< Optimizing Linkage Editor (rlink) Options / Output Options >
-output = <suboption>[,...] <suboption>: <file name>[=<output range>] <output range>: {<start address>-<end address> | <section name>[:...]} |
When this option is omitted, the default is <first input file name>.<default extension>.
The default extensions are as follows:
form=absolute: abs, form=relocate: rel, form=object: obj, form=library: lib, form=hexadecimal: hex, form=stype: mot, form=binary: bin
Specifies an output file name. When form=absolute, hexadecimal, stype, or binary is specified, two or more files can be specified. An address is specified in the hexadecimal notation. If the specified data starts with a letter from A to F, sections are searched first, and if no corresponding section is found, the data is interpreted as an address. Data starting with 0 are always interpreted as addresses. |
Outputs the range from 0 to 0xffff to file1.abs and the range from 0x10000 to 0x1ffff to file2.abs. |