Hacker News new | ask | show | jobs
by aportnoy 1112 days ago
How about a RISC-V disassembler in 200 lines of C99?

https://github.com/andportnoy/riscv-disassembler/blob/master...

1 comments

This is really cool, thanks for sharing! Something like this would be a great tool to distribute with my emulator.
It would be nice if you could put a link to that project to your README file. Both projects are very impressive, especially when seen in conjunction with each other.
I mean, his simulator already has a disassembler contained within it, would just need to replace comments with print statements.