aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------------------------