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
Add functions that perform various operations and correspond to Concoct's defined opcodes.
OP_ADD
OP_AND
OP_ASN
OP_BND
OP_BNT
OP_BOR
OP_CAL
OP_CLR
OP_CLS
OP_CMP
OP_DEC
OP_DIV
OP_END
OP_ENT
OP_EQL
OP_EXT
OP_FLS
OP_GT
OP_GTE
OP_HLT
OP_INC
OP_JMC
OP_JMP
OP_JMZ
OP_LNE
OP_LNZ
OP_LOD
OP_LOE
OP_LOP
OP_LOZ
OP_LT
OP_LTE
OP_MOD
OP_MOV
OP_MUL
OP_NEG
OP_NEQ
OP_NOP
OP_NOT
OP_NUL
OP_OR
OP_POP
OP_POS
OP_POW
OP_PSH
OP_RET
OP_SHL
OP_SHR
OP_SLE
OP_SLN
OP_STR
OP_SUB
OP_SYS
OP_TRU
OP_TST
OP_XCG
OP_XOR
The text was updated successfully, but these errors were encountered:
ldilley
No branches or pull requests
Add functions that perform various operations and correspond to Concoct's defined opcodes.
OP_ADD
OP_AND
OP_ASN
OP_BND
OP_BNT
OP_BOR
OP_CAL
OP_CLR
OP_CLS
OP_CMP
OP_DEC
OP_DIV
OP_END
OP_ENT
OP_EQL
OP_EXT
OP_FLS
OP_GT
OP_GTE
OP_HLT
OP_INC
OP_JMC
OP_JMP
OP_JMZ
OP_LNE
OP_LNZ
OP_LOD
OP_LOE
OP_LOP
OP_LOZ
OP_LT
OP_LTE
OP_MOD
OP_MOV
OP_MUL
OP_NEG
OP_NEQ
OP_NOP
OP_NOT
OP_NUL
OP_OR
OP_POP
OP_POS
OP_POW
OP_PSH
OP_RET
OP_SHL
OP_SHR
OP_SLE
OP_SLN
OP_STR
OP_SUB
OP_SYS
OP_TRU
OP_TST
OP_XCG
OP_XOR
The text was updated successfully, but these errors were encountered: