334
|
1 @RLINK
|
|
2 Syntax: RLink [opts] <mainline> [<sub1>{<subn>}] [opts]
|
|
3 Usage : Linker
|
849
|
4 Opts :
|
|
5 -o=<path> write linker object output to file specified
|
|
6 -n=<name> use <name> as object file name
|
|
7 -l=<path> use <path> as a library file
|
|
8 -e=<n> <n> is used as the edition number of the module
|
|
9 -M=<size> add <size> additional pages fof memory for data
|
|
10 -m print the linkage map
|
|
11 -s print final addresses assigned to symbols
|
|
12 -b=<ept> link C functions to be callable by BASIC09
|
|
13 -t allow static data to appear in BASIC09 callable module
|