volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Go to file
Philip Zembrod e7dd310923 Pull (most) platform-dependent code and loads all the way up into the top level
vf-c64/c16-main.fth and remove vf-main.fth.
Now the CBM interface with its platform dependencies in blocks $7e-$94 can be
pried apart into files.
One motivating issue is that (C64 ... ) can't comment out multi-line blocks of
code with my current implementation of include, only single lines.
I'll have to figure out how other Forths do this when I work on that code again
to develop it into something ANS-compliant.
2020-07-12 20:31:30 +02:00
6502 Pull (most) platform-dependent code and loads all the way up into the top level 2020-07-12 20:31:30 +02:00
8080/CPM CP/M Documentation 2020-06-28 17:19:46 +02:00
AtariST Renamed Directory for Atari ST 2020-06-20 18:57:46 +02:00
doc Changes Atari ST version 3.7 -> 3.80 2019-07-22 09:30:15 +02:00
msdos Notice on Editor and EMU2 2020-06-19 23:20:16 +02:00
pgm Initial sync from fossil repo 2017-04-24 00:25:49 +02:00
sources Atari ST source files 2020-06-20 18:59:55 +02:00
tools Renamed Directory for Atari ST 2020-06-20 18:57:46 +02:00
.gitignore Initial sync from fossil repo 2017-04-24 00:25:49 +02:00
AUTHORS Added Philip to the Authors 2020-06-21 22:11:39 +02:00
LICENSE
README.ORG Renamed README.MD, updated source files from Blocks 2020-06-19 23:07:40 +02:00
TODO TODO File 2020-06-20 23:11:40 +02:00

VolksForth Readme

VolksForth is a 16bit Forth System produced by the German Forth Gesellschaft e.V.

Major development of this system was done between 1985 until 1989. The VolksForth Project was revived in 2005 with the goal to produce a managable Forthsystem for computer systems with restricted system resources.

Some modern Forth Systems were influenced by or were derived from VolksForth (GNU-Forth, bigForth).

The current Version of VolksForth is 3.91. Work on Version 4.00 has started.

Version 3.9x is based on the Forth 83 standard, Version 4.00 will be based on the latest 200x Standard (https://forth-standard.org).

At this time VolksForth is available for this Systems:

  • VolksForth MS-DOS (Intel x86 Architektur i8086)
  • VolksForth 6502 (Commodore 64, Commodore Plus 4, Atari XL/XE)
  • VolksForth Z80 (CP/M, Schneider CPC)
  • VolksForth 68000 (Atari ST, Amiga with EmuTOS)

Copyright

The VolksForth Sources are made available under the terms of the BSD Lizenz - http://www.opensource.org/licenses/bsd-license.php

The Handbook is Copyright (c) 1985 - 2019 Forth Gesellschaft e.V. ( Klaus Schleisiek, Ulrich Hoffmann, Bernd Pennemann, Georg Rehfeld, Dietrich Weineck, Carsten Strotmann).

(most of the Information is still in german. We are planning to provide future versions with englisch documentation)

Have fun with VolksForth the VolksForth Team