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