https://github.com/narke/colorForth
Native 32-bit colorForth for PCs, Bochs and Qemu.
https://github.com/narke/colorForth
colorforth forth programming-language
Last synced: 11 months ago
JSON representation
Native 32-bit colorForth for PCs, Bochs and Qemu.
- Host: GitHub
- URL: https://github.com/narke/colorForth
- Owner: narke
- Created: 2015-01-10T19:57:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T20:28:13.000Z (almost 7 years ago)
- Last Synced: 2024-02-17T15:34:49.740Z (almost 2 years ago)
- Topics: colorforth, forth, programming-language
- Language: Assembly
- Homepage:
- Size: 1.64 MB
- Stars: 81
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colorForth
Native colorForth for 32-bit PCs, at least compilable on Linux and runnable on both Bochs and Qemu.
It is adapted from http://sourceforge.net/projects/colorforth.
Running
-------
Get sources:
$ git clone https://github.com/narke/colorForth.git
Compile:
$ make
Run on Bochs:
$ make bochs
On Bochs prompt type 'c' to continue the execution.
Or run on Qemu:
$ make qemu
On Bochs:

On Qemu:

# License
It's in public domain.