Close

Bug-fix release 1.6.4.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 07/20/2024 at 00:130 Comments

This bug-fix release fixes an important bug in import-from and begin-imports-from where looking up the imported words would leave a single cell of garbage on the stack. It also adds fat32-tools::enable-echo and fat32-tools::disable-echo for enabling and disabling echoing of code while loading code from files (note that echoing is enabled by default).

Discussions