An open API service indexing awesome lists of open source software.

https://github.com/wa1tnr/rp2040-sh_regforth-a

shift register application from recent repository here. wa1tnr local work. 7 segment LED 74HC595
https://github.com/wa1tnr/rp2040-sh_regforth-a

74hc595 arduino arduino-pico forth gforth multicore multicore-programming rp2040 rpi-rp2

Last synced: 21 days ago
JSON representation

shift register application from recent repository here. wa1tnr local work. 7 segment LED 74HC595

Awesome Lists containing this project

README

        

# ARM-Forth
ITC Forth in C, built and tested on the Adafruit QT Py
and on the Adafruit Itsy Bitsy M0.

This is a target compiled Forth that deviates from the
standard in several ways. Branching words don't consume
the stack. This is similar to the Green Arrays chips.

There are two address spaces, RAM and program memory.
RAM has an address "register" called A. Program memory
has one called P. Primitives such as c@+, c!+, @p+, use
those address registers. Also it's target compiled but
not exactly tethered. The target has separated heads and
a text interpreter, but no compiling. At least not yet.

The interpreter is specifically designed to work with the
Arduino IDE and its serial terminal.

See the file "main.fs" for a steno keyboard firmware.