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

Fix LoadAddress #217

Merged
merged 6 commits into from
Dec 30, 2023
Merged

Fix LoadAddress #217

merged 6 commits into from
Dec 30, 2023

Conversation

AlessioC31
Copy link
Collaborator

In the LoadAddress Thumb instruction we were setting bit 0 to 0 while we should set bit 1 to zero, according to documentation.

I also did some small fixes around.

Shift by 32 was causing an overflow panic in Rust.
We were resetting the 0 bit while documentation says
we should reset the 1 bit.
@AlessioC31 AlessioC31 requested a review from guerinoni December 30, 2023 01:49
Copy link
Collaborator

@guerinoni guerinoni left a comment

Choose a reason for hiding this comment

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

Amazing

@guerinoni guerinoni added this pull request to the merge queue Dec 30, 2023
Merged via the queue into RIP-Comm:main with commit e8e2e23 Dec 30, 2023
3 checks passed
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