Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T20:28:13.000Z (over 5 years ago)
- Last Synced: 2024-02-17T15:34:49.740Z (9 months 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:
![colorForth](https://raw.githubusercontent.com/narke/colorForth/master/screenshots/colorforth_bochs.png "colorForth on Bochs")On Qemu:
![colorForth](https://raw.githubusercontent.com/narke/colorForth/master/screenshots/colorforth_qemu.png "colorForth on Qemu")# License
It's in public domain.