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

PUSH0 instruction #43

Open
alexcere opened this issue Feb 13, 2024 · 0 comments
Open

PUSH0 instruction #43

alexcere opened this issue Feb 13, 2024 · 0 comments

Comments

@alexcere
Copy link
Member

Since Shanghai, the opcode PUSH0 has been added to the repertory of instructions. In the asm-json representation, there is no explicit distinction for such opcode: it just appears as a simple PUSH with value 0. Hence, we need to handle it differently from other opcodes in the parser. We are adding a special flag to disable the generation of PUSH0.

alexcere added a commit that referenced this issue Feb 19, 2024
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

No branches or pull requests

1 participant