-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Matteo Vitturi edited this page Aug 18, 2023
·
29 revisions
Welcome to the Next Forth wiki!
- Download the latest .zip file from Project Download directory /~https://github.com/mattsteeldue/vforth-next/tree/master/download
- Copy from .zip file to Next's SD card the whole "vForth" directory to C:/tools/vForth
- Forth System is loaded and activated by the Basic program C:/tools/vForth/forth17_loader.bas
- Previous version should be activated using the corresponding loader.
First start performs definition AUTOEXEC
which executes 11 LOAD
To quit to Basic, you can give BYE
To re-enter Forth with a WARM
start, you have to give interactively RUN.
To re-enter Forth with a COLD
start, you have to give interactively RUN 20 instead.
To learn Forth Language or for a good reference I suggest the book "Starting FORTH" - Leo Brodie (1981, Forth Inc.). PDF hopefully available here https://www.forth.com/wp-content/uploads/2018/01/Starting-FORTH.pdf : The first edition is old enough to stick on 16 bit integers numbers. In this perspective, almost all Forth source described in Leo's book are available in Screens from 800 upward.
vForth-Next - a Sinclair ZX Spectrum Next Forth