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
Recently two more opcodes have been introduced, via EIP1153. TSTORE and TLOAD. We should add them here. Edit: PUSH0(0x5f) is also missing.
The text was updated successfully, but these errors were encountered:
Fixes for crytic#24: added PUSH0, TLOAD, TSTORE opcodes
457e973
Added PUSH0, TLOAD, TSTORE opcodes, their eip gas costs, etc Fix for: crytic#24
No branches or pull requests
Recently two more opcodes have been introduced, via EIP1153. TSTORE and TLOAD. We should add them here.
Edit: PUSH0(0x5f) is also missing.
The text was updated successfully, but these errors were encountered: