Skip to main content

Module opcode

Module opcode 

Source
Expand description

Typed instruction set for the experimental bytecode VM.

Instructions are a typed enum, not packed bytes: the milestone prioritises exact validation and disassembly over encoding density. Jump operands are absolute instruction indexes.

Enumsยง

Instruction
One VM instruction.