Live data from Hacker News

Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly

visualmips.github.io

1–5 of 5 posts

Re: Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly

#3
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.

Re: Show HN: VisualMIPS – A cross-platform teaching tool for MIPS Assembly

#5
post #3

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.