annotate level2/sys/rlink.hp @ 989:979b7f290efc
First pass disassembly and comments. Comments from 1992 disasm included. Requires Level 2 defs set Level equ 2 in this file should be in a defsfile.
author |
pwz |
date |
Fri, 21 Feb 2003 04:34:39 +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
|