Instruction

An abstract instruction

abstract
class Instruction : VmStat {}

Members

Variables

op
Opcode op;

The instruction opcode

Meta