C# Class ProgCom.Instruction

Datei anzeigen Open project: Binamrad/ProgCom

Public Properties

Property Type Description
defaultConstant int
instructionNumber System.UInt16
regA bool

Public Methods

Method 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 method

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
return System

Property Details

defaultConstant public_oe property

public int defaultConstant
return int

instructionNumber public_oe property

public UInt16,System instructionNumber
return System.UInt16

regA public_oe property

public bool regA
return bool