Hacker News new | ask | show | jobs
Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly (visualmips.github.io)
15 points by jiantastic 2823 days ago
2 comments

Nice work, it's really neat.

Some feedback: the fact that you use integers to identify registers makes it harder to read, at least for me. I like being able to spot immediate values at glance.

You could supplement the homepage with a link to a MIPS reference sheet, in particular if you use your own subset.

Thanks! The reference sheet is a good idea.
Congrats on shipping! Add support for RISC-V too? Their designs are pretty similar.
Thank you! Yeah definitely will work on that going forward.