From dc1fd1b9677476b18b602ddfab9cfcfd822f48f5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 4 Mar 2025 12:05:29 -0500 Subject: AMST.txt: add line number range section. --- AMSB.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ---------------------------- -- cgit v1.2.3