_ __ _ _ ___ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__ / (_) | ___
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \ / /| | |/ _ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |/ / | | | (_) |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_/_/ |_|_|\___/
Quick Start:
fossil clone http://forth.works:8000 retro-ilo.fossil
mkdir retro-ilo
cd retro-ilo
fossil open ../retro-ilo.fossil
Build ilo:
cc ilo.c -o ilo
Run it:
./ilo
Running ilo requires an ilo.rom in your current directory. You will probably also want the ilo.blocks file as well.
Building the retro image:
To rebuild the ilo.rom, you need RetroForth/Nga built and installed in your $PATH. Then run sh build.sh
.