-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Matteo Vitturi edited this page Nov 1, 2021
·
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/forth15_loader.bas
- The loader CLEARs RAMTOP to 25087, says it is loading the CODE part, then allows 5 seconds to be stopped (if you need to).
- Then it loads another Basic program that runs LINE 20 to perform a COLD start, but RUN performs a WARM start
- Before entering Forth, it OPEN# some text file to be used from within Forth environment.
- 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.
vForth-Next - a Sinclair ZX Spectrum Next Forth