Skip to content

The virtual machine for running vino language bytecode.

Notifications You must be signed in to change notification settings

mattjk00/VinoVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VinoVM

The virtual machine for running vino language bytecode.

Bytecode Example

0x1200000000000000 // Load Address 0
0xF100000000000000 // Debug Print String
0xFF00000000000000 // Terminate Program
0x48 // 'H'
0x69 // 'i'
0x0
// OUTPUT: Hi

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

The virtual machine for running vino language bytecode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages