annotate level2/sys/rlink.hp @ 2356:b7aaa0b1b339
took out wildcard support for now
author |
boisy |
date |
Mon, 18 Jan 2010 20:48:47 +0000 |
parents |
81584f82ee74 |
children |
|
rev |
line source |
334
|
1 @RLINK
|
906
|
2 Syntax: RLink [<opts>] <mainline> [<sub1> [...]] [<opts>]
|
334
|
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
|