Crate triton_isa

Source

Re-exports§

pub use twenty_first;

Modules§

error
instruction
op_stack
parser
program

Macros§

triton_asm
Compile Triton assembly into a list of labelled Instructions. Similar to triton_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.