This page (revision-12) was last changed on 03-Feb-2023 15:21 by Roland B. Wassenberg 

This page was created on 26-Apr-2021 03:09 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
12 03-Feb-2023 15:21 2 KB Roland B. Wassenberg to previous
11 26-Apr-2021 04:57 2 KB Roland B. Wassenberg to previous | to last
10 26-Apr-2021 04:53 2 KB Roland B. Wassenberg to previous | to last
9 26-Apr-2021 04:51 2 KB Roland B. Wassenberg to previous | to last
8 26-Apr-2021 04:46 2 KB Roland B. Wassenberg to previous | to last
7 26-Apr-2021 04:36 1 KB Roland B. Wassenberg to previous | to last
6 26-Apr-2021 04:35 1 KB Roland B. Wassenberg to previous | to last
5 26-Apr-2021 04:28 1 KB Roland B. Wassenberg to previous | to last
4 26-Apr-2021 04:27 1 KB Roland B. Wassenberg to previous | to last
3 26-Apr-2021 04:10 1 KB Roland B. Wassenberg to previous | to last
2 26-Apr-2021 03:30 162 bytes Roland B. Wassenberg to previous | to last
1 26-Apr-2021 03:09 141 bytes Roland B. Wassenberg to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 4 added 15 lines
This language has been designed for the programmer with an in-depth knowledge of ATARI's 8 bit computers. It
may also be useful to know a little 6502 machine code in order to extend the functionality of the language via user
defined functions and procedures.
This language will also be of use to somebody just starting to learn 6502 machine code as small (or large) machine
code routines may be incorporated directly within TCL programs themselves.
The language was written as an exercise for myself but take a look at Enigmatix! for an example of what can be
achieved.
It currently works with DOS XL by just entering TCL and hitting return. It should work with other DOS systems but
it may be necessary to specify the run address yourself. The run address is 0x2600.
There are probably many errors contained within this document since it was last updated long before the last version
of the compiler (1986). I have just updated a few areas I knew were wrong but memories fade and I have probably
missed some bits.
If you have any problems or queries regarding this documentation send an Email message to myself and I'll find the
answer and update this guide.
At line 5 changed one line
* []
* [TCL.atr]
!!Manual
* [TCL.pdf]
!!Reference
* [TCL on AtariAge|https://atariage.com/forums/topic/269553-test-computer-language-version-22-from-d-firth] ; Thank you so much for your help David Firth, we are deep in your debt! A great thank you from the Atari community worldwide!