C# Class ProgCom.Instruction

Show file 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 property

public int defaultConstant
return int

instructionNumber public property

public UInt16,System instructionNumber
return System.UInt16

regA public property

public bool regA
return bool