Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixangell/mac
bytecode interpreter in c (blog post)
https://github.com/felixangell/mac
bytecode-interpreter c virtual-machine vm
Last synced: about 1 month ago
JSON representation
bytecode interpreter in c (blog post)
- Host: GitHub
- URL: https://github.com/felixangell/mac
- Owner: felixangell
- Created: 2015-05-06T22:22:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T11:43:38.000Z (almost 3 years ago)
- Last Synced: 2024-08-03T09:07:42.346Z (5 months ago)
- Topics: bytecode-interpreter, c, virtual-machine, vm
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 728
- Watchers: 39
- Forks: 140
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - mac
README
# mac
mac is a simple virtual machine created for educational purposes. Here is the accompanied [blog post](https://felixangell.com/blogs/virtual-machine-in-c).There is a slightly more extended example in the [mac-improved](mac-improved/) folder.
In addition, there is a more complicated virtual machine written in C in the same style as mac [here](https://github.com/felixangell/krug/tree/master/vm) I wrote as a target for my 'krug' compiler.