diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-05-11 09:18:52 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-05-11 09:18:52 +0100 |
commit | e60cc5a36c148ef5ea0e38bcc848cf32f2b54a18 (patch) | |
tree | 0170a51b02b56d17e2b9e4c4e4716aaf0e4ac3c5 /doc | |
parent | 728bbf0dee1e66c30fa57f278d4a82e576f6398b (diff) |
Added option to import only labels from library.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/casm.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/casm.html b/doc/casm.html index 5628b8d..e0f0299 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -346,10 +346,11 @@ the skipped bytes unless the optional <i>fill</i> is supplied. </td></tr> <tr><td class="cmd"> -import <i>filename</i></code> +import <i>filename</i>[, labels]</code> </td> <td class="def"> -Includes a simple library file as generated by casm. See the <a href="#libout">section on simple library files</a> for more details. +Includes a simple library file as generated by casm. See the <a href="#libout">section on simple library files</a> for more details. If the optional second +argument is set to labels then only the label values are imported. </td></tr> <tr><td class="cmd"> |