Close

Patch-level release 1.2.2

A project log for zeptoforth

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

travis-bemannTravis Bemann 10/16/2023 at 01:450 Comments

This patch-level release expands the set of compat words, in particular adding new string-related words, adds exclusive-or load-modify-store words, and changes the hash algorithm used for the dictionary index on the rp2040 and rp2040_big platforms to be a slightly modified (to take into account wordlist IDs and to be case-insensitive) Fowler-Noll-Vo hash function for better distribution of words in the dictionary index.

Discussions