コード例 #1
0
ファイル: CInstruction.cs プロジェクト: encse/nand2tetris
 public CInstruction(Kdst kdst, int flags, Kjmp kjmp)
 {
     this.kdst = kdst;
     this.flags = flags;
     this.kjmp = kjmp;
 }
コード例 #2
0
ファイル: CInstruction.cs プロジェクト: encse/nand2tetris
 public CInstruction(Kdst kdst, int flags, Kjmp kjmp)
 {
     this.kdst  = kdst;
     this.flags = flags;
     this.kjmp  = kjmp;
 }