We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The negative numbers in immediates are not displayed consistently.
Compare: ADD_IMM_32 and JUMP - the first displays a large number (which in reality is -1), while the latter displays -13.
ADD_IMM_32
JUMP
-1
-13
We should consistently display immediates as negative values.
The text was updated successfully, but these errors were encountered:
CC @mateuszsikora can this be all negative?
Sorry, something went wrong.
wkwiatek
Successfully merging a pull request may close this issue.
The negative numbers in immediates are not displayed consistently.
Compare:
ADD_IMM_32
andJUMP
- the first displays a large number (which in reality is-1
), while the latter displays-13
.We should consistently display immediates as negative values.
The text was updated successfully, but these errors were encountered: