Forth for Z80

Interested in Forth, the programming language where it seems as common to make the language itself as actually use it, over a long weekend helped by Loeliger's Threaded Interpretive Languages, I wrote an indirect threaded Forth for the Z80. This is about four hundred lines of assembler that implements into a complete Forth interpreter:

This served as the end goal of my previous project, a Z80 emulator in Rust.