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
RJUMP
The mega-spec eof.md explains successor instructions as follows:
Determine the list of successor instructions that can follow the current instructions: The next instruction for all instructions other than terminating instructions and RJUMP. All targets of a RJUMPI or RJUMPV.
RJUMPI
RJUMPV
There RJUMP is unspecified.
The EIP-5450 is better, but unconditional jump is actually never defined (neither in EIP-4200).
Determine the list of successor instructions that can follow the current instructions: The next instruction for all instructions other than terminating instructions and unconditional jump. All targets of a conditional or unconditional jump.
The text was updated successfully, but these errors were encountered:
Clarify RJUMP successors
edb7932
Closes #127
pdobacz
Successfully merging a pull request may close this issue.
The mega-spec eof.md explains successor instructions as follows:
There
RJUMP
is unspecified.The EIP-5450 is better, but unconditional jump is actually never defined (neither in EIP-4200).
The text was updated successfully, but these errors were encountered: