This page (revision-8) was last changed on 03-Feb-2023 15:21 by Maury Markowitz 

This page was created on 16-Nov-2015 16:02 by Roland B. Wassenberg

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
8 03-Feb-2023 15:21 3 KB Maury Markowitz to previous
7 03-May-2018 18:40 3 KB Maury Markowitz to previous | to last
6 03-May-2018 18:19 3 KB Maury Markowitz to previous | to last
5 18-Oct-2017 22:54 2 KB Roland B. Wassenberg to previous | to last FastBasic ==> CTH-FastBasic
4 15-Aug-2017 15:42 2 KB Roland B. Wassenberg to previous | to last
3 15-Aug-2017 15:32 43 bytes Roland B. Wassenberg to previous | to last CTH Fast Basic ==> FastBasic
2 15-Aug-2017 15:32 43 bytes Roland B. Wassenberg to previous | to last
1 16-Nov-2015 16:02 19 bytes Roland B. Wassenberg to last CTH Fast Basic

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 7 changed one line
To get started, just load CTHFAST.COM. Instead of ATARI basic's familiar READY prompt you will see (CTH FastBasic). You can test out the speed increase with the supplied basic program named BENCHTST.BAS. Then try CTH_FastBasic out on some of your own programs. Have a watch or stopwatch handy, and compare CTH_FastBasic against ATARI basic. As I mentioned before, the biggest increase in execution speed will be seen on your larger basic programs. It is easy to switch between the two with a simple POKE. You POKE 54017,253 to install ATARI basic, and POKE 54017,255 to switch to CTH_Fastbasic. This is necessary only if you want to switch back and forth between the two.
To get started, just load CTHFAST.COM. Instead of ATARI basic's familiar READY prompt you will see (CTH FastBasic). You can test out the speed increase with the supplied basic program named BENCHTST.BAS. Then try CTH FastBasic out on some of your own programs. Have a watch or stopwatch handy, and compare CTH FastBasic against ATARI basic. As I mentioned before, the biggest increase in execution speed will be seen on your larger basic programs. It is easy to switch between the two with a simple POKE. You POKE 54017,253 to install ATARI basic, and POKE 54017,255 to switch to CTH Fastbasic. This is necessary only if you want to switch back and forth between the two.
At line 9 changed one line
If you go to DOS from CTH_FastBasic you will have to do something you aren't accustomed to in order to return to CTH_FastBasic. With Sparta you must type RUN A04D, and with Atari dos 2.5 and 2.0 you must use the M option of the DUP menu. After typing M you specify A04D as the run address. The reason you must do this instead of typing CAR or B with Sparta Dos/ATARI Dos is because there is no cartridge present, and the dos knows it. So by using this procedure you will return to the CTH_FastBasic program that is in ram. If using Sparta Dos, your basic program will be preserved. Going to ATARI dos will wipe out your basic program. Alternately, you can use the supplied program named B to return to basic. This is probably the safest way, preventing a mistyped address from doing who knows what to your system. Another small utility program included in this ARC file is named SC. I use it when I want to use CTH_FastBasic with MOE. Just put it in your batch file immediately before MOE is loaded in. Otherwise MOE won't allow CTH_FastBasic to set the screen up. You can use the SC utility in the same manor for most programs that refuses to allow CTH_FastBasic to create a display list for the screen.
If you go to DOS from CTH FastBasic you will have to do something you aren't accustomed to in order to return to CTH FastBasic. With Sparta you must type RUN A04D, and with Atari dos 2.5 and 2.0 you must use the M option of the DUP menu. After typing M you specify A04D as the run address. The reason you must do this instead of typing CAR or B with Sparta Dos/ATARI Dos is because there is no cartridge present, and the dos knows it. So by using this procedure you will return to the CTH FastBasic program that is in ram. If using Sparta Dos, your basic program will be preserved. Going to ATARI dos will wipe out your basic program. Alternately, you can use the supplied program named B to return to basic. This is probably the safest way, preventing a mistyped address from doing who knows what to your system. Another small utility program included in this ARC file is named SC. I use it when I want to use CTH FastBasic with MOE. Just put it in your batch file immediately before MOE is loaded in. Otherwise MOE won't allow CTH FastBasic to set the screen up. You can use the SC utility in the same manor for most programs that refuses to allow CTH FastBasic to create a display list for the screen.
At line 11 changed one line
Also, using the RESET key will wipe out CTH_FastBasic.
Also, using the RESET key will wipe out CTH FastBasic.
At line 13 changed one line
I suggest that you run CTH_FastBasic only on completed programs, not programs under the process of development. This is because there is a difference between the way ATARI basic and CTH_FastBasic uses the CONT and GOTO statements. If you do use CTH_FastBasic and edit a program be sure to use RUN instead of CONT and GOTO.
I suggest that you run CTH FastBasic only on completed programs, not programs under the process of development. This is because there is a difference between the way ATARI basic and CTH FastBasic uses the CONT and GOTO statements. If you do use CTH_FastBasic and edit a program be sure to use RUN instead of CONT and GOTO.