The idea to implement forth for STM32 was born because I read the series articles and my first C-program for STM32 was not working :-)
I hope to do:
- [x] primitive forth machine
- [X] arithmetic operations
- [X] comparision operations
- [*] full set of stack manipulation operations
- [*] memory access
- [ ] compiler + interpreter words
- [ ] dictionary
- [ ] serial I/O
- [ ] terminal