diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-04 12:05:29 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-04 12:05:29 -0500 |
commit | dc1fd1b9677476b18b602ddfab9cfcfd822f48f5 (patch) | |
tree | 92afa1c342a0dbaa1a26bd30bbbcc6de92482124 | |
parent | cdef9f137fe37c078c1f76b04c359c4f5095af14 (diff) | |
download | bw-atari8-tools-dc1fd1b9677476b18b602ddfab9cfcfd822f48f5.tar.gz |
AMST.txt: add line number range section.
-rw-r--r-- | AMSB.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ---------------------------- |