Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Files

Latest commit

f016d85 · Mar 25, 2018

History

History
24 lines (16 loc) · 625 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 625 Bytes

ngaro-rs

A Rust implementation of the Ngaro Virtual Machine.

Usage

The virtual machine's primary software is the RETRO 11 Forth distribution's retroImage file. Once you have downloaded it, you can run it using this command:

cargo run --release path/to/retroImage

Optionally, you can also specify a path to the script you wanted to load:

cargo run --release path/to/retroImage path/to/script.rx

Thanks

Thanks go to Charles Childers for finding bugs and allowing this code to reach a working state much faster than would be otherwise possible