uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

Fix: RISC-V CSRR instruction definition #1303

Closed gregoral closed 7 months ago

gregoral commented 7 months ago

CSRR instructions use the rs1 source regiter.

uxmal commented 7 months ago

Nice work; thanks for your contribution!