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

allow for infinite registers in sw/lw instructions #31

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

superlopuh
Copy link
Collaborator

Fixes two bugs relating to register name validation during parsing, one which only allows double digits in register name, another that checks for known registers during parsing, both of which prevent us from using infinite registers.

@superlopuh superlopuh added the bug Something isn't working label Jul 3, 2023
@superlopuh superlopuh self-assigned this Jul 3, 2023
Copy link
Owner

@AntonLydike AntonLydike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks!

@AntonLydike AntonLydike merged commit 07265f2 into master Jul 4, 2023
3 of 5 checks passed
@superlopuh superlopuh deleted the sasha/infinite-register-loads branch August 2, 2023 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants