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

Complete interpreter instructions at the end #616

Open
6 of 19 tasks
clarus opened this issue Oct 14, 2024 · 0 comments · May be fixed by #619
Open
6 of 19 tasks

Complete interpreter instructions at the end #616

clarus opened this issue Oct 14, 2024 · 0 comments · May be fixed by #619
Assignees

Comments

@clarus
Copy link
Collaborator

clarus commented Oct 14, 2024

The goal of this issue is to complete the definition of the interpreter for the following instructions:

  • PackGeneric
  • Unpack
  • UnpackGeneric
  • ReadRef
  • WriteRef
  • CastU8
  • CastU16
  • CastU32
  • CastU64
  • CastU128
  • CastU256
  • Add
  • Sub
  • Mul
  • Mod
  • Div
  • BitOr
  • BitAnd
  • Xor

The interpreter is defined in the file https://github.com/formal-land/coq-of-rust/blob/main/CoqOfRust/move_sui/simulations/move_vm_runtime/interpreter.v

@Mushow Mushow linked a pull request Oct 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants