Skip to content

OpenFlame v0.1

Pre-release
Pre-release

Choose a tag to compare

@stuartmscott stuartmscott released this 17 Dec 21:27

First release of OpenFlame which includes the Assembler, VM, a "Hello World!" program and the build rule extensions to Match for supporting OpenFlame's assembler.

To run the "Hello World!" program with the VM

mkdir out
java -jar Vm-0.1.jar HelloWorld-0.1

The out directory will contain a trace file of the VM's execution