Compare commits

...

2 Commits

Author SHA1 Message Date
Ivan Toshkov
7e608b1024 Merge cbbacf7482 into a8bc6fbcf1 2025-07-11 15:36:41 +08:00
Ivan Toshkov
cbbacf7482 Add a toy JVM implementation in Go
Closes #485.
2020-06-06 13:14:30 +03:00

View File

@@ -162,6 +162,7 @@ It's a great way to learn.
* [**C++**: _Emulation tutorial (Master System emulator)_](http://www.codeslinger.co.uk/pages/projects/mastersystem/memory.html)
* [**C++**: _NES Emulator From Scratch_](https://www.youtube.com/playlist?list=PLrOv9FMX8xJHqMvSGB_9G9nZZ_4IgteYf) [video]
* [**Common Lisp**: _CHIP-8 in Common Lisp_](http://stevelosh.com/blog/2016/12/chip8-cpu/)
* [**Go**: _HOW TO WRITE A (TOY) JVM_](https://zserge.com/posts/jvm/)
* [**JavaScript**: _GameBoy Emulation in JavaScript_](http://imrannazar.com/GameBoy-Emulation-in-JavaScript)
* [**Python**: _Emulation Basics: Write your own Chip 8 Emulator/Interpreter_](http://omokute.blogspot.com.br/2012/06/emulation-basics-write-your-own-chip-8.html)
* [**Rust**: _0dmg: Learning Rust by building a partial Game Boy emulator_](https://jeremybanks.github.io/0dmg/)