forked from yuppox/tinyvm
-
Notifications
You must be signed in to change notification settings - Fork 0
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
License
gmh5225/tinyvm-msvc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TinyVM is a virtual machine with the goal of having a small footprint. Low memory usage, a small amount of code, and a small binary. Building can be accomplished on UNIX-like systems with make and GCC. There are no external dependencies, save the C standard library. Building can be accomplished using "make," or "make rebuild". To build a debug version, add "DEBUG=yes" after "make". To build a binary with profiling enabled, add "PROFILE=yes" after "make". I can be reached at "joseph.kogut(at)gmail.com"
About
TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 93.1%
- Makefile 5.1%
- Assembly 1.8%