annotate level2/sys/rlink.hp @ 1988:b96143206d83
Added more definitions as I have worked them out :)
author |
afra |
date |
Mon, 30 Jan 2006 23:13:04 +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
|