Re-exports§
pub use twenty_first;
Modules§
Macros§
- triton_
asm - Compile Triton assembly into a list of labelled
Instruction
s. Similar totriton_program!
, it is possible to use string-like interpolation to insert instructions, arguments, labels, or other expressions. - triton_
instr - Compile a single Triton assembly instruction into a
LabelledInstruction
. - triton_
program - Compile an entire program written in Triton assembly.
Triton VM can run the resulting
Program
; see there for details.