Assembler.Instruction.Instruction C# (CSharp) Method

Instruction() protected method

protected Instruction ( ) : System
return System
        protected Instruction()
        {
            Type = Instructions.None;
            Left = null;
            Right = null;
        }

Same methods

Instruction::Instruction ( Assembler.Instructions type, Operand left, Operand right ) : System