AtomicInstruction

An instruction with no operands

final
class AtomicInstruction : Instruction {}

Constructors

this
this(Opcode op)

Construct a new atomic instruction

Inherited Members

From Instruction

op
Opcode op;

The instruction opcode

Meta