C# 클래스 ProgCom.Instruction

파일 보기 프로젝트 열기: Binamrad/ProgCom

공개 프로퍼티들

프로퍼티 타입 설명
defaultConstant int
instructionNumber System.UInt16
regA bool

공개 메소드들

메소드 설명
Instruction ( UInt16 ins, bool rA, bool rB, bool rC, bool Addr, bool lA, bool invA, bool mRel, bool mAbs, int defcon ) : System

메소드 상세

Instruction() 공개 메소드

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
리턴 System

프로퍼티 상세

defaultConstant 공개적으로 프로퍼티

public int defaultConstant
리턴 int

instructionNumber 공개적으로 프로퍼티

public UInt16,System instructionNumber
리턴 System.UInt16

regA 공개적으로 프로퍼티

public bool regA
리턴 bool