Skip to main content

Module opcode

Module opcode 

Source
Expand description

Truthlinked Axiom Src Opcode

Owns the canonical opcode set and instruction metadata. VM and bytecode changes are consensus-sensitive and must remain deterministic across platforms.

Modules§

tag
Opcode byte tags for encoding/decoding.

Enums§

Op

Type Aliases§

Reg
Register index - 256 general-purpose registers, each holds a [u8; 32]. r0 is always zero (read-only). Writes to r0 are silently discarded.
WideReg
Wide register pair for u256 ops: (hi_reg, lo_reg).