Y
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
mnurzia
1112 days ago
This is really cool, thanks for sharing! Something like this would be a great tool to distribute with my emulator.
link
garganzol
1111 days ago
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.
link
aportnoy
1111 days ago
I mean, his simulator already has a disassembler contained within it, would just need to replace comments with print statements.
link