Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
/ ngaro-rs Public archive

A Rust implementation of the Ngaro Virtual Machine.

License

Notifications You must be signed in to change notification settings

FreeFull/ngaro-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Rust implementation of the Ngaro Virtual Machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages