Mercurial > hg > Members > kono > nitros9-code
annotate level2/sys/rlink.hp @ 967:835a015e3f3b
Added to CMDS
author | boisy |
---|---|
date | Fri, 31 Jan 2003 17:55:01 +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 |