annotate level2/sys/rlink.hp @ 3210:6353bb024571

Created makefile and defsfile for NoCan RAMMER module driver and descriptor Updated rammer.asm in the NoCan driver folder to build the NoCan version of the Driver Updated r0.asm file to create the 6MB version of the descriptor. The makefile creates a disk image with two sets of the required drivers for the 6309 and 6809's in their respective module folders. /NITROS9/6309_L2/MODULES/RBF for the 6309 files and /NITROS9/6809_L2/MODULES/RBF for the 6809 files. This will make it easier for doing a dsave from this disk image into a normal distro disk image so people have these drivers ready for when new memory upgrades allow compatible usage of the NoCan registers.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Wed, 20 Dec 2017 15:15:49 -0600
parents 81584f82ee74
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
334
7183076e2b49 Files added
boisy
parents:
diff changeset
1 @RLINK
906
81584f82ee74 Overhauld help files to make more consistent
boisy
parents: 849
diff changeset
2 Syntax: RLink [<opts>] <mainline> [<sub1> [...]] [<opts>]
334
7183076e2b49 Files added
boisy
parents:
diff changeset
3 Usage : Linker
849
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
4 Opts :
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
5 -o=<path> write linker object output to file specified
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
6 -n=<name> use <name> as object file name
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
7 -l=<path> use <path> as a library file
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
8 -e=<n> <n> is used as the edition number of the module
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
9 -M=<size> add <size> additional pages fof memory for data
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
10 -m print the linkage map
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
11 -s print final addresses assigned to symbols
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
12 -b=<ept> link C functions to be callable by BASIC09
9d87469f1f17 Touched up
boisy
parents: 334
diff changeset
13 -t allow static data to appear in BASIC09 callable module