Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RVC][Tracker] Support for RISC-V "C" extension #125

Closed
13 tasks done
mortbopet opened this issue Oct 2, 2021 · 1 comment
Closed
13 tasks done

[RVC][Tracker] Support for RISC-V "C" extension #125

mortbopet opened this issue Oct 2, 2021 · 1 comment

Comments

@mortbopet mortbopet changed the title [RVC][Tracker] [RVC][Tracker] Support for RISC-V "C" extension Oct 2, 2021
@mortbopet mortbopet pinned this issue Oct 3, 2021
@Zikon328
Copy link

Zikon328 commented Feb 3, 2025

Disassembler does not correct dissasemble register, when reduce range register x8-x15
and not error for reduce reg in asm source.
( Asm and C mode )
Image

Command c.beqz and c.bnez not valid compute offset.
( Asm mode )

format command c.lw and c.sw
c.lw rd, rs, offset

not really
c.lw rd, offset(rs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants