We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765ae1c commit 608ac57Copy full SHA for 608ac57
README.md
@@ -141,6 +141,8 @@ It's a great way to learn.
141
142
#### Build your own `Emulator / Virtual Machine`
143
144
+* [**C**: _Home-grown bytecode interpreters_](https://medium.com/bumble-tech/home-grown-bytecode-interpreters-51e12d59b25c)
145
+* [**C**: _Virtual machine in C_](http://web.archive.org/web/20200121100942/https://blog.felixangell.com/virtual-machine-in-c/)
146
* [**C**: _Write your Own Virtual Machine_](https://justinmeiners.github.io/lc3-vm/)
147
* [**C**: _Writing a Game Boy emulator, Cinoop_](https://cturt.github.io/cinoop.html)
148
* [**C++**: _How to write an emulator (CHIP-8 interpreter)_](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
0 commit comments