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

Rework Instruction Parsing #40

Open
cyuria opened this issue Jun 11, 2024 · 0 comments
Open

Rework Instruction Parsing #40

cyuria opened this issue Jun 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cyuria
Copy link
Owner

cyuria commented Jun 11, 2024

Currently the instruction selection and size is determined with a linear search. This is fine for the moment, however a more flexible container could significantly improve the expandability of the ISA extensions and enable better support for related options and directives.

This would also allow for better support for aliases/pseudo instructions as well as the compressed ISA extension, see #10 and #26.

@cyuria cyuria added the enhancement New feature or request label Jun 11, 2024
@cyuria cyuria self-assigned this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant