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 FAIL opcode #283

Closed
joojis opened this issue Jun 27, 2018 · 2 comments
Closed

Add FAIL opcode #283

joojis opened this issue Jun 27, 2018 · 2 comments
Labels
good first issue Good for newcomers script

Comments

@joojis
Copy link
Contributor

joojis commented Jun 27, 2018

Specification

  • opcode: Fail (0x??)
  • behavior: The script fails.
@joojis joojis added good first issue Good for newcomers script labels Jun 27, 2018
@sgkim126
Copy link
Contributor

sgkim126 commented Jun 27, 2018

I agree that this opcode is useful.
But the behavior can be achieved by JNZ 255, you can test with it until the opcode implemented.

@joojis joojis changed the title Add VERIFY opcode Add FAIL opcode Jul 9, 2018
@joojis
Copy link
Contributor Author

joojis commented Jul 9, 2018

Changed to "Add FAIL opcode" since FAIL is a smaller building block than VERIFY.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers script
Projects
None yet
Development

No branches or pull requests

2 participants