a forth system in C for the "qrz" virtual machine
The qrzVm is a virtual machine with a very reduced instruction set. The main purpose of this VM is that it can run on small microcontrollers with limited resources. The VM is also designed for simple implementation in a FPGA ( https://github.com/raps500/qrzCore )