Show HN: Vole Machine ISA Simulator

11 points by faresahmed 5 months ago | 3 comments
Just sharing this project [0] I've worked on a while ago, it's not that interesting but I was proud of making it. It has a CLI and a GUI that is done with Dear ImGui and includes an instruction editor, memory and registers viewer, and a canvas that is manipulated with an extra instruction made specifically for the GUI!

This is not my first attempt at a virtual machine implementation, I've done the popular LC-3 VM before [1], check it out if you're interested to see Rust code rather than C++ ;)

[0]: https://github.com/faresbakhit/vole-sim

[1]: https://github.com/faresbakhit/lc3-vm

  • dartos 5 months ago
    Wild. Almost like you shouldn’t trust your competitors if they tell you it’s not worth competing.
    • ImHereToVote 5 months ago
      huh?
      • dartos 5 months ago
        I realize only now that I commented on the wrong post