diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-22 00:55:11 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-22 00:55:11 -0400 |
commit | 4a0c3fa84bb22deaf2bd9fc8e15b8dce1db3c916 (patch) | |
tree | b9899ff02ed63078a5b761e8d52312427dfe6a83 /bas2aplus.rst | |
parent | c6d2e2649a1030f975e0a1bf76417d8a2108c435 (diff) | |
download | bw-atari8-tools-4a0c3fa84bb22deaf2bd9fc8e15b8dce1db3c916.tar.gz |
bas2aplus: tweak doc.
Diffstat (limited to 'bas2aplus.rst')
-rw-r--r-- | bas2aplus.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bas2aplus.rst b/bas2aplus.rst index 4422fc7..9ca6a38 100644 --- a/bas2aplus.rst +++ b/bas2aplus.rst @@ -104,8 +104,13 @@ A+. For instance, **DIR** is allowed with no argument in XL. BASIC XE ======== -BASIC XE is the last in the series of OSS BASIC interpreters. It adds -a few keywords to BASIC XL, which also don't exist in A+. These are: +BASIC XE is the last in the series of OSS BASIC interpreters. It +supports "EXTENDed" mode, which allows BASIC XE to use all the +memory in a 130XE, but such programs are *not* supported by +**bas2aplus**. Only non-EXTENDed BASIC XE programs can be converted. + +BASIC XE adds a few keywords to BASIC XL, which also don't exist in +A+. These are: **EXTEND** This command is direct-mode only, so it will never appear in a SAVEd |