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

Update expressions.md : right and left shift must be >> and << #324

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

b10s
Copy link
Contributor

@b10s b10s commented Aug 12, 2021

Detailed description

...

Test plan

...

Closing issues

...

* \> : shift right
* < : shift left
* \>> : shift right
* << : shift left
Copy link
Contributor

Choose a reason for hiding this comment

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

there's also <<< and >>> which rotate the bits instead of shifting them. and im now working on fixing < and > because that may result on 1 or 0 as its a comparison operator (and adding tests)

Copy link
Contributor

Choose a reason for hiding this comment

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

mind to update the doc with those operators too?

Copy link
Contributor

Choose a reason for hiding this comment

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

no need to wait that much to merge this, ill update the esil documentation when i get some spare time. thanks for the contribution!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@trufae somehow missed your comment about >>>
Let me check them and add into doc as well

Copy link
Contributor

Choose a reason for hiding this comment

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

Cool

@trufae trufae merged commit af8a0d8 into radareorg:master Sep 20, 2021
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