Structs§
- An iterator over the variants of AnInstruction
- An error giving additional context to any failed assertion.
- An iterator over the variants of InstructionBit
- A hint about a range of stack elements. Helps debugging programs written for Triton VM. Does not enforce types.
Enums§
- A Triton VM instruction. See the Instruction Set Architecture for more details.
- Context to help debugging failing instructions
assert
orassert_vector
. - Indicators for all the possible bits in an
Instruction
. - A
LabelledInstruction
hascall
addresses encoded as label names.
Constants§
Type Aliases§
- An
Instruction
hascall
addresses encoded as absolute integers.