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

Add RV_C disassembly #54

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

elliotb-lowrisc
Copy link
Contributor

Implement basic disassembly for RV_C (compressed instructions). Only the compressed instruction and given operands are shown in the printed output. No expansion to non-compressed instructions or insertion of implicit operands is performed.
Simplicity was the aim, given the high number array of special cases.

Implement basic disassembly for RV_C (compressed instructions).
Only the compressed instruction and given operands are shown
in the printed output. No expansion to non-compressed instructions or
insertion of implicit operands is performed.
Simplicity was the aim, given the high number array of special cases.
@PeterRugg
Copy link
Collaborator

Thanks a lot for this: it was certainly sorely needed. I'll have a quick look through now.

@PeterRugg PeterRugg merged commit 253317b into CTSRD-CHERI:master Aug 6, 2024
2 checks passed
@elliotb-lowrisc
Copy link
Contributor Author

No worries 👍

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

Successfully merging this pull request may close these issues.

2 participants