You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem is the disassembler is outputting the instructions in an old format. i need to update the disassembler first and then rewrite some stuff on jsdec
For a full list see, for example, https://riscv.org/wp-content/uploads/2017/05/riscv-spec-v2.2.pdf, pages 110 and 111.
Currently some RISC-V assembly pseudo-instructions appearing in assembly output are decompiled to __asm statements. E.g.:
I've encountered similar issue with
seqz
andsnez
, and suspect some other pseudo-instructions are unsupported as well.The text was updated successfully, but these errors were encountered: