aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-04 12:05:29 -0500
committerB. Watson <urchlay@slackware.uk>2025-03-04 12:05:29 -0500
commitdc1fd1b9677476b18b602ddfab9cfcfd822f48f5 (patch)
tree92afa1c342a0dbaa1a26bd30bbbcc6de92482124
parentcdef9f137fe37c078c1f76b04c359c4f5095af14 (diff)
downloadbw-atari8-tools-dc1fd1b9677476b18b602ddfab9cfcfd822f48f5.tar.gz
AMST.txt: add line number range section.
-rw-r--r--AMSB.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/AMSB.txt b/AMSB.txt
index 42107bc..7869acf 100644
--- a/AMSB.txt
+++ b/AMSB.txt
@@ -152,6 +152,16 @@ Like the | character, you can use CHR$(0) to store a heart in a string
and it will work correctly.
+Line Number Range
+-----------------
+
+AMSB doesn't allow entering line numbers above 63999, but if a file
+is e.g. hex-edited to have a line number that's out of range, it will
+LIST and RUN just fine... except that it's impossible to GOTO or GOSUB
+to an out-of-range line. It will still execute if program flow falls
+into it.
+
+
Differences Between Versions
----------------------------