コード例 #1
0
ファイル: TestArchitecture.cs プロジェクト: claassen/CmC
 public byte[] Implement(IRShiftRight ir)
 {
     return(BitConverter.GetBytes(count++));
 }
コード例 #2
0
ファイル: VMArchitecture.cs プロジェクト: claassen/CmC
 public byte[] Implement(IRShiftRight ir)
 {
     throw new NotImplementedException();
 }