Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FVM

Fromgodd's Virtual Machine (stack)

Usage

To use the FVM, simply run the following command:

fvm <filename>

Where <filename> is the name of the file containing your FVM bytecode.

Building

To compile the FVM, you can use Cargo. Run the following command:

cargo build --release

Example FVM Code

This code will just sum up 10 and 12 from stack and print result

PUSH 10
PUSH 12
ADD
PRINT

About

Fromgodd's Virtual Machine (bytecode)

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages