Close

Patch-level release 0.1.2

A project log for zeptoforth

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

travis-bemannTravis Bemann 04/13/2020 at 04:590 Comments

This is a patch-level release that fixes a bug in J that resulted in it not functioning properly. It also includes a DUMP word for doing dumps of memory, an improved POSTPONE word that can inline postponed words, accessor words for accessing word headers, and a set of lightweight words, named 1+, 1-, 2+, 2-, 4+, 4-, 2*, 2/, 4*, and 4/ for doing cheap (in both space and processor time) mathematical operations.

Discussions