In this video, we begin a project dedicated to building a java virtual machine from scratch. This work has been largely inspired by Ben Eater's channel and work with an 8-bit breadboard computer. If you haven't seen his work, definitely check it out:
/ beneater
We will be referring to the official Java virtual machine specification for reference as we go along.
https://docs.oracle.com/javase/specs/...
We will also be tracking progress by uploading the code to GitHub in case anyone wants to play along at home and build their own VM:
https://github.com/jarney/jonvm
This blog post also explains a bit of what is going on:
https://mixedcase.wordpress.com/2019/...