-
Notifications
You must be signed in to change notification settings - Fork 3
A small virtual machine with focus on educating others about virtual machines
License
andrewrothman/SmallVM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SmallVM is just that, a small virtual machine with focus on educating others about virtual machines. It is written in ANSI C and is fairly documented. Features: * Portable - Builds on almost any platform with an ANSI C compiler * Full instruction set - Includes mathematical instructions, memory and register modifiers, jumps, and conditionals * Documented - LOTS of comments * Easy to modify - Changing the amount of registers or memory size is easy * Under the MIT license - Please read the file LICENSE in this directory How to build: git clone [email protected]:andyrothtech/SmallVM.git cd smallvm make # The sample programs in the programs directory have now been compiled into the programs/bin directory.
About
A small virtual machine with focus on educating others about virtual machines
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published