diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-12 21:49:45 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-12 21:49:45 -0400 |
commit | db447acbc20001d14670aa935b49781435e54504 (patch) | |
tree | cb7a8dc046da0bc92bac43b9c56a15960909d1a8 /listamsb.rst | |
parent | 0ad49c95e719edaf1f27e4a0941943b708c82e60 (diff) | |
download | bw-atari8-tools-db447acbc20001d14670aa935b49781435e54504.tar.gz |
listamsb: tweak man page.
Diffstat (limited to 'listamsb.rst')
-rw-r--r-- | listamsb.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/listamsb.rst b/listamsb.rst index 8095886..92ab15f 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -63,6 +63,8 @@ Operation Modes percent smaller. It should RUN correctly, but will be difficult to edit in AMSB because its parser requires the spaces. + The crunched program will always be unLOCKed. + If any comment-only lines are the target of GOTO or GOSUB, the program won't RUN correctly because all comment-only lines are removed. If this happens, you can use the **-k** option (see below). @@ -74,7 +76,9 @@ Operation Modes "Decrunch" a crunched program. Puts spaces where they're required for AMSB's parser. The resulting program is tokenized, and will be editable in AMSB. Of course, any comments that were removed during - crunching will not magically be retored (they're gone). + crunching will not magically be restored (they're gone). + + The decrunched program will always be unLOCKed. This option must be used with an **output-file**, since seeking is done. None of the other options have any effect with **-D**. |