view level2/sys/rlink.hp @ 659:0e6a4a6486a0

I've learned now that syscall does NOT change for either 6809 or 6309
author boisy
date Sat, 21 Dec 2002 16:34:38 +0000
parents 7183076e2b49
children 9d87469f1f17
line wrap: on
line source

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