aboutsummaryrefslogtreecommitdiff
path: root/listamsb.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-26 17:11:46 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-26 17:11:46 -0500
commita7acc764849e8d72b5a479599668888914ec4d6c (patch)
tree5f04f73bca583b2b68164363ac52ab3a1e2d8752 /listamsb.rst
parent59406751d8bc07a64b944830560d1d709c105fd3 (diff)
downloadbw-atari8-tools-a7acc764849e8d72b5a479599668888914ec4d6c.tar.gz
listamsb: complain more about lines >255 bytes long.
Diffstat (limited to 'listamsb.rst')
-rw-r--r--listamsb.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/listamsb.rst b/listamsb.rst
index bf3863b..c5177e0 100644
--- a/listamsb.rst
+++ b/listamsb.rst
@@ -123,6 +123,18 @@ continues processing.
Corrupt file, or not an AMSB file.
+- line *L* is suspiciously long
+
+ The line is >128 bytes long, but less than 256. AMSB can execute
+ lines of this length, but it's impossible to actually enter them
+ in the editor, because a logical line can't be longer than 3
+ screen lines. Possibly corrupted file.
+
+- line *L* is impossibly long
+
+ The line is >= 256 bytes long. AMSB will crash, if you try to
+ LOAD the file. Corrupted file.
+
- line *L* EOL address doesn't match actual line length *N*
Same as above: corrupt, or not AMSB.