Skip to content
/ ZVM Public

A simple hybrid stack + register based virtual machine built with C#.

License

Notifications You must be signed in to change notification settings

ZeroLP/ZVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZVM

A simple hybrid stack + register based virtual machine built with C# which replicates Intel x86 instruction and register set. The performance isn't optimised whatsoever.

What can it do?

It can:

  • Add
  • Subtract
  • Multiply
  • Divide
  • Push
  • Pop
  • Move
  • Return
  • Call
  • Compare
  • Jump
  • Exit

About

A simple hybrid stack + register based virtual machine built with C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages