Skip to content

Complete interpreter instructions at the end #616

@clarus

Description

@clarus

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions