Skip to content

fromgodd/FVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages