You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: