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

Document parser to clarify what exactly is for what #89

Open
ethindp opened this issue Nov 13, 2021 · 0 comments
Open

Document parser to clarify what exactly is for what #89

ethindp opened this issue Nov 13, 2021 · 0 comments

Comments

@ethindp
Copy link

ethindp commented Nov 13, 2021

The parser uses things like masks and matches. From the parsers code, I infer that masks and matches are used for determining what instruction is being (de)coded. I'm writing a RISC-V assembler in Rust that uses this repository to generate all the instruction encoding functions, but I don't know what to set the initial instruction value to (mask or match). How does (en)coding instructions work exactly, assuming I want to use this repository?

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

No branches or pull requests

1 participant