Expand description
PVM program assembler — hand-craft PVM bytecode programs.
Provides a builder API to emit individual PVM instructions
(opcode + register operand + immediate encoding). Used by unit
tests for the opcode encoding tables. Producing full chain
Images happens via crate::link_elf; this module does not
emit blobs.
Structs§
- Assembler
- PVM program assembler.
Enums§
- Reg
- PVM register indices (0-12).