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

Explict Conversion from negative value to unsigned integer #79

Open
lightclient opened this issue Sep 23, 2021 · 0 comments · May be fixed by #119
Open

Explict Conversion from negative value to unsigned integer #79

lightclient opened this issue Sep 23, 2021 · 0 comments · May be fixed by #119
Labels
A-assembler Area: assembler C-enhance Category: a request for an improvement E-easy Experience: easy, good for newcomers

Comments

@lightclient
Copy link
Contributor

Similar to the solidity feature:

uint256 foo = uint256(-1);
@lightclient lightclient added C-enhance Category: a request for an improvement A-assembler Area: assembler E-easy Experience: easy, good for newcomers labels Sep 23, 2021
bsh98 added a commit to bsh98/etk that referenced this issue Feb 11, 2023
bsh98 added a commit to bsh98/etk that referenced this issue Feb 11, 2023
@bsh98 bsh98 linked a pull request Feb 12, 2023 that will close this issue
bsh98 added a commit to bsh98/etk that referenced this issue Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-assembler Area: assembler C-enhance Category: a request for an improvement E-easy Experience: easy, good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant