Close

It's almost done!

A project log for Forth powered RISC-V microcontroller

Getting a hand-written Assembly Forth running on the 32-bit Longan Nano

alexander-williamsAlexander Williams 01/06/2023 at 03:590 Comments

When I say done, I mean "fully functional". There are still some optimizations and improvements I want to make in the future, but so far it's just about "done".

The devlogs can be read here.

The remaining bug is to fix the execution of compiled "colon definition" words. Once that works, the Forth will be 100% functional.

Grab the code from GitHub and follow along.

Discussions