Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/save.refentry @ 2798:b70d93f8d7ce lwtools-port
Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
Updated level1/coco1/modules/makefile & level2/coco3/modules/makefile
so that correct values would be sent to assembler when
building superdesc.asm for s(x).dd and i(x).dd descriptors.
author | drencor-xeen |
---|---|
date | Mon, 28 Jan 2013 16:13:05 -0600 |
parents | 4dae346c4969 |
children |
line wrap: on
line source
<refentry id="save"> <refnamediv> <refname>SAVE</refname> <refpurpose>Save memory module(s) on a file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>save</command> <arg choice="plain"> <replaceable>path</replaceable> </arg> <arg choice="plain"> <replaceable>modname</replaceable> </arg> <arg choice="plain"> &repeatst;<replaceable>modname</replaceable>&repeaten; </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> Creates a new file and writes a copy of the memory module(s) specified on to the file. The module name(s) must exist in the module directory when saved. The new file is given access permissions for all modes except public write. </para> <para> Note: <command>save</command>'s default directory is the current data directory. Executable modules should generally be saved in the default execution directory. </para> </refsect1> <refsect1><title>Examples</title> <literallayout> save wordcount wcount save /d1/mathpack add sub mul div </literallayout> </refsect1> </refentry>