ChrisMicro / qrzForth

a small Forth developement system in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qrzForth

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 )

About

a small Forth developement system in C


Languages

Language:C 72.2%Language:Forth 16.6%Language:C++ 10.9%Language:Makefile 0.3%