This page (revision-15) was last changed on 03-Feb-2023 15:21 by Carsten Strotmann 

This page was created on 10-Mar-2010 18:06 by Carsten Strotmann

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
15 03-Feb-2023 15:21 3 KB Carsten Strotmann to previous
14 05-Apr-2010 21:21 3 KB Carsten Strotmann to previous | to last
13 05-Apr-2010 21:18 3 KB Carsten Strotmann to previous | to last
12 05-Apr-2010 21:16 3 KB Carsten Strotmann to previous | to last
11 05-Apr-2010 21:13 3 KB Carsten Strotmann to previous | to last
10 05-Apr-2010 21:12 3 KB Carsten Strotmann to previous | to last
9 05-Apr-2010 21:11 3 KB Carsten Strotmann to previous | to last
8 05-Apr-2010 21:11 3 KB Carsten Strotmann to previous | to last
7 05-Apr-2010 21:05 3 KB Carsten Strotmann to previous | to last
6 04-Apr-2010 16:02 293 bytes Carsten Strotmann to previous | to last
5 04-Apr-2010 16:02 293 bytes Carsten Strotmann to previous | to last
4 04-Apr-2010 15:53 226 bytes Carsten Strotmann to previous | to last
3 04-Apr-2010 15:48 160 bytes Carsten Strotmann to previous | to last
2 10-Mar-2010 22:56 98 bytes Carsten Strotmann to previous | to last
1 10-Mar-2010 18:06 29 bytes Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
[{TableOfContents }]
[{TableOfContents }] \\
At line 15 changed one line
all available FORTH implementations were rather old (1979-1985), and mostly not compatible to the newer [ANSI Standard|http://www.taygeta.com/forth/dpans.html]. So I started a project to create a new ANSI compatible FORTHfor the A8.
all available FORTH implementations were rather old (1979-1985), and mostly not compatible to the newer [ANSI Standard|http://www.taygeta.com/forth/dpans.html]. So I started a project to create a new ANSI compatible FORTH for the A8.
At line 29 changed one line
* use INCLUDE" D:filename" to load file, example ==INCLUDE" D:S.F"== to load Stack-View Word ".S"
* use INCLUDE" D:filename" to load file, example {{{INCLUDE" D:S.F"}}} to load Stack-View Word ".S"
At line 31 changed one line
* use INCLUDE" D:MKFRTH.F" to write a new FORTH.COM to the disk. The new FORTH.COM includes all your new definitions! The new FORTH.COM autostarts the last defined word. If you like to drop to the "OK"-Prompt after loading FORTH.COM; define a WORD with the command "QUIT" as last word, example ==: MYFORTH ." This is MyFORTH!" CR QUIT ;==
* use INCLUDE" D:MKFRTH.F" to write a new FORTH.COM to the disk. The new FORTH.COM includes all your new definitions! The new FORTH.COM autostarts the last defined word. If you like to drop to the "OK"-Prompt after loading FORTH.COM; define a WORD with the command "QUIT" as last word, example {{{: MYFORTH ." This is MyFORTH!" CR QUIT ;}}}
At line 47 added 2 lines
* [Hit the Mole] - a simple game for the Atari Graphics Tablet and Lightpen
* [Pen Music Challenge] - a game utilizing a Lightpen, used during ABBUC annual meeting
At line 78 changed 4 lines
* [Brainf*ck in FORTH|LangBf]
* [XEP 80 Version of XFORTH|XForthXepDriver]
* Search for [Forth|http://www.strotmann.de/twiki/bin/search/APG/?scope=text&search=forth] in this WikiWeb
* [FigForth Implementations|http://www.forth.org/fig-forth/contents.html]
At line 82 added one line
* [FIG Forth Internals|http://www.jimbrooks.org/web/forth/forthInternals.php]
At line 85 removed one line