The GitHub Repo is here. This was part of a contest with someone I met on Omegle. The goal was to see who's VM could run a set of example app the fastest, the catch: We had about 24 hours to implement the solution. My language of choice was Golang, his was C. I won the contest as he could not get his VM working correctly even after I gave him an extra 48 hours. There is a VERY basic bytecode manual on the GitHub README.
The example apps we ran were:
- Hello World (a very complex version)
- Fibonacci
- Bubble Sort