Close

Patch-level release 0.1.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 04/12/2020 at 04:140 Comments

This is a patch-level release which fixes a significant bug in 2CONSTANT, where constants declared with it had previously only been returning a single cell and not two cells. It also includes an improvement to WORDS where it now displays words in four 20 character-wide columns (assuming an 80 character-wide terminal) as well as the addition of conditional compilation/execution with [if] ~ [else] ~ [then].

Discussions