Neutrome SDK reference
    Preparing search index...

    Type Alias Instruction

    One instruction: an opcode plus its payload.

    type Instruction = {
        opcode: Opcode;
        value: InstructionValue;
    }
    Index
    opcode: Opcode