Close

Release 0.6.0

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 06/08/2020 at 04:130 Comments

This release adds wordlists to zeptoforth. These wordlists are not the traditional wordlists based on DEFINITIONS and VOCABULARY, but rather are based on WORDLIST (to create a new wordlist), SET-CURRENT (to set the current compilation wordlist), and SET-ORDER (to set the current wordlist search order), along with GET-CURRENT and GET-ORDER (which do what you would expect). Also a couple bugs with regard to *USER* and *RAM* lookup were fixed which were previously missed.

Discussions