···44Inc.](https://www.greenarraychips.com) [GA144 multi-computer
55chip](https://www.greenarraychips.com/home/documents/index.php#GA144).
6677-## Building
88-99-To build `gasim`, [zig 0.14.0](https://ziglang.org/download/) is required.
1010-1111-```bash
1212-zig build -Doptimize=ReleaseFast
1313-```
1414-1515-`gasim` executable will be available in `./zig-out/bin/gasim`.
1616-177## Usage
188199```bash
···2414with the contents of the provided binary file.
25152616The expected file format is 288 8-bit bytes, with the first 144 bytes
2727-containing the RAM contents and the next 144 bytes containing the ROM contents.
1717+containing the RAM contents and the next 144 bytes containing the ROM.
1818+1919+## Download
2020+2121+[Download](https://sadbeast.com/gasim/download.html) a static binary for your operating system.
2222+2323+If you have Nix installed, try `nix run github:coat/gasim#`.
2424+2525+## Building
2626+2727+To build `gasim`, [zig 0.16.0-dev](https://ziglang.org/download/) is required.
2828+2929+```bash
3030+zig build -Doptimize=ReleaseFast
3131+```
3232+3333+`gasim` will be available in `./zig-out/bin/gasim`.
28342935### TODO
3036···33393440## Prior Art
35413636-- GreenArrays own SOFTSIM available in their free [arrayForth
4242+- GreenArrays' own SOFTSIM available in their free [arrayForth
3743distribution](https://www.greenarraychips.com/home/support/download-03d.php).
3844Works well under wine.
3945- [AshleyF/Color](https://github.com/AshleyF/Color) - A colorForth editor,
···4753series](https://github.com/AshleyF/Color/blob/master/Docs/chuck_moores_creations.md)
4854by [AshleyF](https://github.com/AshleyF) that introduces the F18 architecture
4955and instruction set.
5050-- GreenArrays own concise, but very informative
5656+- GreenArrays' own concise, but very informative
5157[documentation](https://www.greenarraychips.com/home/documents/index.php) on
5258the GA144 chip and F18 architecture.
5359- [colorForth instruction