Structs§
- Number
OfWords Iter - An iterator over the variants of NumberOfWords
- OpStack
- The operational stack of Triton VM.
It always contains at least
OpStackElement::COUNT
elements. Initially, the bottom-mostDigest::LEN
elements equal the digest of the program being executed. The remaining elements are initially 0. - OpStack
Element Iter - An iterator over the variants of OpStackElement
Enums§
- Number
OfWords - Represents the argument, i.e., the
n
, for instructions likepop n
orread_io n
. - Number
OfWords Error - OpStack
Element - Represents the
OpStack
registers directly accessible by Triton VM. - OpStack
Element Error - OpStack
Error - UnderflowIO
- Indicates changes to the op-stack underflow memory.
Constants§
- NUM_
OP_ STACK_ REGISTERS - The number of registers dedicated to the top of the operational stack.