GrInstruction

A single instruction used by the VM.

struct GrInstruction {}

Members

Variables

opcode
GrOpcode opcode;

What needs to be done.

value
uint value;

Payload, may not be used.

Meta