Sfera is a library under development for SuperForth, the Forth-83 system written by Gerry Jackson for Sinclair QL, and published by Digital Precision in 1985.
"Sfera" stands for "SuperForth Enhancements, Resources and Addons".
The development is done on a homemade portable Raspberry Pi 2 with the Raspbian operating system and SMSQmulator.
- sfera/
-
Main directory.
- sfera/README.adoc
-
This file.
- sfera/TO-DO.adoc
-
To-do tasks, unfinished features, known issues.
- sfera/LICENSE.txt
-
The license.
- sfera/VERSIONS.txt
-
Versions history.
- sfera/boot_fs
-
Main file of the library.
- sfera/
-
Sources of words written in Forth (_fs extension).
- sfera/asm/
-
Sources of words written in assembly (_asm extension) and their assembler listings (_asm_lst extension).
- sfera/bin/
-
Binaries of words written in assembly (_bin extension).
The boot_fs file has a user configuration section at the end, where default devices, windows and paths are configured.
By default device dev4 is configured as path 1 for Forth sources, and therefore it must be configured in your QDOS or SMSQ/E system this way:
dev_use 4, "path_to_sfera_"
Also device nfa4, which is specific of the SMSQmulator emulator, is used as path 3.