8051forth
8051forth copied to clipboard
Getting started guidance?
Howdy,
I've tried several times to get my head around this, but failed each time.
Can you point me to some info on how to get started applying this from first principles. I'm used to running forth as a native application, and talking via a terminal session to the interpreter/compiler and loading code via terminal text uploads, with the appropriate time delay to let the embedded Forth understand the code... This is a different kettle of fish.
Thank you!
This is (was) a standalone Forth, very much like the ones you describe. It's just CamelForth by Brad Rodruigez.
It's not actively maintained now.
Thanks you!