Steve-Teal / misc-cpu-forth

Minimal Instruction Set CPU running GForth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misc-cpu-forth

Fairweather 'C' implementation of MISC (Minimal Instruction Set CPU) virtual machine with a GForth kernel.

File List

A description of the files included in this repository.
readme.md - This file
misc.c - Source code
kernl-misc-0-7-3.fi - GForth binary image

Build instructions

This program is unlikely to run or compile on a non-Windows machine. It can be built with the GCC compiler as follows:


gcc misc.c -o misc.exe

Running misc.exe will load and run the GForth kernel.

Screenshot

Screenshot

TODO

  • VHDL version for a FPGA platform

Licence

MIT License - refer to the license file included with this repository.

About

Minimal Instruction Set CPU running GForth

License:MIT License


Languages

Language:Assembly 39.3%Language:VHDL 27.1%Language:Python 17.7%Language:C 14.2%Language:Forth 1.6%