Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly
visualmips.github.io
Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly
1–5 of 5 posts
Re: Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly
#2Congrats on shipping! Add support for RISC-V too? Their designs are pretty similar.
Re: Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly
#3Nice 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.
Re: Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly
#4Congrats on shipping! Add support for RISC-V too? Their designs are pretty similar.
Thank you! Yeah definitely will work on that going forward.
Re: Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly
#5Nice 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.