Structs§
- An iterator over the variants of NumberOfWords
- 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. - An iterator over the variants of OpStackElement
Enums§
- Represents the argument, i.e., the
n
, for instructions likepop n
orread_io n
. - Represents the
OpStack
registers directly accessible by Triton VM. - Indicates changes to the op-stack underflow memory.
Constants§
- The number of registers dedicated to the top of the operational stack.