Assembler.Instruction.Instruction C# (CSharp) Méthode

Instruction() protected méthode

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

Same methods

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