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

Add NOT opcode #50

Merged
merged 1 commit into from
Feb 9, 2021
Merged

Add NOT opcode #50

merged 1 commit into from
Feb 9, 2021

Conversation

adlerjohn
Copy link
Contributor

Add an opcode to invert the bits of a register. Immediate isn't needed since the compiler can just invert immediate bits.

@adlerjohn adlerjohn added the enhancement New feature or request label Feb 9, 2021
@adlerjohn adlerjohn self-assigned this Feb 9, 2021
@adlerjohn adlerjohn merged commit 48ea15a into master Feb 9, 2021
@adlerjohn adlerjohn deleted the adlerjohn-not_opcode branch February 9, 2021 20:30
@adlerjohn adlerjohn added the comp:FVM Component: FuelVM label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:FVM Component: FuelVM enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant