aboutsummaryrefslogtreecommitdiff
path: root/listamsb.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-26 05:30:45 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-26 05:30:45 -0500
commit9afcefccaf54e05b9d5cd9054ec38489ae028c65 (patch)
treef5046b71670b19755b6d739dd1d8877f1aecef54 /listamsb.rst
parent7663d7e3f35daa07900557faa5a1e83fbbcdadb0 (diff)
downloadbw-atari8-tools-9afcefccaf54e05b9d5cd9054ec38489ae028c65.tar.gz
listamsb: minor cleanup.
Diffstat (limited to 'listamsb.rst')
-rw-r--r--listamsb.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/listamsb.rst b/listamsb.rst
index 37eb0ea..98c36ae 100644
--- a/listamsb.rst
+++ b/listamsb.rst
@@ -100,7 +100,7 @@ continues processing.
A tokenized AMSB file always ends with three null bytes (*$00*\).
This file doesn't. Probably the rest of the file is missing.
-- line *N*: EOL address *A* too (low|high)
+- line *L*: EOL address *A* too (low|high)
Each line begins with the address of the next line. If the address
is below *$0700*, it's below the minimum value of *MEMLO*, which
@@ -108,11 +108,11 @@ continues processing.
list, screen memory, or OS ROM (also impossible). File is
corrupt, or not an AMSB file.
-- line *N*: EOL address *A* <= previous *B*
+- line *L*: EOL address *A* <= previous *B*
Corrupt file, or not an AMSB file.
-- line *N* EOL address doesn't match actual line length *L*
+- line *L* EOL address doesn't match actual line length *N*
Same as above: corrupt, or not AMSB.
@@ -125,7 +125,7 @@ continues processing.
The program contains a line number that's greater than *63999*. How
did that happen?
-- line *N* has character *C* outside of a string. maybe Atari BASIC?
+- line *L* has character *C* outside of a string. maybe Atari BASIC?
This happens when ATASCII codes 0 to 31 (*$1f*\) appear in the program.
AMSB can create files like this, but at runtime, it's a syntax error.