Skip to content
Matteo Vitturi edited this page Aug 18, 2023 · 29 revisions

Welcome to the Next Forth wiki!

HOW TO START

  1. Download the latest .zip file from Project Download directory /~https://github.com/mattsteeldue/vforth-next/tree/master/download
  2. Copy from .zip file to Next's SD card the whole "vForth" directory to C:/tools/vForth
  3. Forth System is loaded and activated by the Basic program C:/tools/vForth/forth17_loader.bas
  4. Previous version should be activated using the corresponding loader.

HOW TO CONTINUE

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.

Wiki content

Clone this wiki locally