Hacker News new | ask | show | jobs
by n_t 3025 days ago
JVM might be much more involved project but here is a simple virtual machine - https://github.com/skx/simple.vm
1 comments

That's my project, and it seems to be surprisingly popular, yet something I've never really received any feedback on.

At the time I wrote it I was modeling the opcodes on the Z80, but I guess I simplified once I'd got it working enough to make myself happy. (Lots of toy-virtual machines, of which this definitely is one, don't implement labels or "decompilers".)