A cross-platform simulator for the GreenArrays, Inc. GA144 multi-computer chip.
To build gasim
, zig 0.14.0 is required.
zig build -Doptimize=ReleaseFast
gasim
executable will be available in ./zig-out/bin/gasim
.
gasim examples/hello.blk
This will launch the simulator with node 708 executing instructions streamed in
from examples/hello.blk
.
- GreenArrays own SOFTSIM available in their free arrayForth distribution. Works well under wine.
- AshleyF/Color - A colorForth editor, assembler and F18 simulator written in F#.
- mschuldt/ga144-sim - GA144 simulator from the alternative toolchain written in Python.
- Incredibly informative blog series by AshleyF that introduces the F18 architecture and instruction set.
- GreenArrays own concise, but very informative documentation on the GA144 chip and F18 architecture.
- colorForth instruction set