Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/link.refentry @ 3140:03b580a02945
Allow CoCo3FPGA-specific build of superdesc.asm
Added new conditional CC3FPGA and code to "level1/modules/superdesc.asm"
to reflect changes needed to build the new SD card descriptors for the
Coco3FPGA.
author | Bill Pierce <merlinious999@gmail.com> |
---|---|
date | Sat, 04 Feb 2017 11:06:26 +0100 |
parents | 4dae346c4969 |
children |
line wrap: on
line source
<refentry id="link"> <refnamediv> <refname>LINK</refname> <refpurpose>Link module into memory</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>link</command> <arg choice="plain"> <replaceable>memory module name</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> This command is used to "lock" a previously loaded module into memory. The link count of the module specified is incremented by one each time it is "linked". The <command>unlink</command> command is used to "unlock" the module when it is no longer needed. </para> <para> For more information see: <xref linkend="sec5.4"/>, <xref linkend="sec5.4.1"/>, <xref linkend="sec5.4.2"/>, <xref linkend="sec5.4.3"/> </para> </refsect1> <refsect1><title>Examples</title> <screen> OS9: LINK edit OS9: LINK myprogram </screen> </refsect1> </refentry>