C# Class ProgCom.Instruction

Afficher le fichier Open project: Binamrad/ProgCom

Méthodes publiques

Свойство Type Description
defaultConstant int
instructionNumber System.UInt16
regA bool

Méthodes publiques

Méthode Description
Instruction ( UInt16 ins, bool rA, bool rB, bool rC, bool Addr, bool lA, bool invA, bool mRel, bool mAbs, int defcon ) : System

Method Details

Instruction() public méthode

public Instruction ( UInt16 ins, bool rA, bool rB, bool rC, bool Addr, bool lA, bool invA, bool mRel, bool mAbs, int defcon ) : System
ins System.UInt16
rA bool
rB bool
rC bool
Addr bool
lA bool
invA bool
mRel bool
mAbs bool
defcon int
Résultat System

Property Details

defaultConstant public_oe property

public int defaultConstant
Résultat int

instructionNumber public_oe property

public UInt16,System instructionNumber
Résultat System.UInt16

regA public_oe property

public bool regA
Résultat bool