From db447acbc20001d14670aa935b49781435e54504 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 12 Mar 2025 21:49:45 -0400 Subject: listamsb: tweak man page. --- listamsb.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'listamsb.rst') 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**. -- cgit v1.2.3