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

RISC-V: Instructions from H and Q extensions #1320

Closed gregoral closed 5 months ago

gregoral commented 5 months ago

Add missing instructions from H and Q exension. Fix bugs with decoders for existing instructions. Updated 193.instructions test assembly and elf binary.

Applies to: #1319

uxmal commented 5 months ago

Nice work!