-
Notifications
You must be signed in to change notification settings - Fork 0
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 support for more branching opcodes #133
Comments
throws error with Condition Check enabled. As a workaround the conditions check must be disabled and the if command should be given a number argument:
|
Yep. See #115 |
Branching information will be provided by Sanny Builder Library ( |
implemented in 3.8.1 |
Reported by @wmysterio.
Currently the compiler only checks for opcode 004d as a condition terminator. But potentially there are more opcodes:
need a custom datatype in opcode definitions to recognize branching opcodes.
The text was updated successfully, but these errors were encountered: