diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-22 03:20:11 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-22 03:20:11 -0400 |
commit | 6deb0d43e2181cffd6faa23369882dac803d5e16 (patch) | |
tree | ea8c5b7ab0b7b37b9fb6f70b0d6b69f434ad74bc /bas2aplus.rst | |
parent | 4a0c3fa84bb22deaf2bd9fc8e15b8dce1db3c916 (diff) | |
download | bw-atari8-tools-6deb0d43e2181cffd6faa23369882dac803d5e16.tar.gz |
bas2aplus: tweak doc.
Diffstat (limited to 'bas2aplus.rst')
-rw-r--r-- | bas2aplus.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bas2aplus.rst b/bas2aplus.rst index 9ca6a38..4ce3f50 100644 --- a/bas2aplus.rst +++ b/bas2aplus.rst @@ -16,20 +16,20 @@ bas2aplus *input-file* *output-file* DESCRIPTION =========== -**bas2aplus** reads an Atari BASIC or BASIC XL/XE tokenized (SAVEd) program -and converts it to BASIC/A+. +**bas2aplus** reads an Atari BASIC or BASIC XL/XE tokenized (SAVEd) +program and converts it to BASIC/A+. The conversion is a simple token +replacement; no syntax or semantic analysis is done. + +*input-file* must be an Atari BASIC, BASIC XL, or BASIC XE program. +Turbo BASIC is not supported. Trying to convert a program that is +already BASIC/A+ will appear to succeed, but the resulting program +will be gibberish and will likely crash BASIC/A+ when **RUN**. All Atari BASIC programs can be successfully converted. Some BASIC XL/XE tokens have no equivalent in BASIC/A+, so programs using these can't be converted (you will see messages on standard error, in that case). -Turbo BASIC is not supported. - -Trying to convert a program that is already BASIC/A+ will appear to -succeed, but the resulting program will be gibberish and will likely -crash BASIC/A+ when **RUN**. - OPTIONS ======= |