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

Implement instructions #32

Open
40 of 57 tasks
ldilley opened this issue Aug 22, 2021 · 0 comments
Open
40 of 57 tasks

Implement instructions #32

ldilley opened this issue Aug 22, 2021 · 0 comments
Assignees
Labels
new feature Request something new
Milestone

Comments

@ldilley
Copy link
Member

ldilley commented Aug 22, 2021

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
@ldilley ldilley added the new feature Request something new label Aug 22, 2021
@ldilley ldilley added this to the 0.1.0 milestone Aug 22, 2021
@ldilley ldilley self-assigned this Aug 22, 2021
This was referenced Aug 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Request something new
Projects
None yet
Development

No branches or pull requests

1 participant