view level2/sys/rlink.hp @ 3097:cbc0e47bafbc

cc: Fix dd_tks typo in defs/direct.h According to the manual page 5-2 (OS-9 Technical reference) it should be dd_tks and not dd_tsk. https://sourceforge.net/p/nitros9/bugs/25/
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 21:37:21 +0100
parents 81584f82ee74
children
line wrap: on
line source

@RLINK
Syntax: RLink [<opts>] <mainline> [<sub1> [...]] [<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