コード例 #1
0
ファイル: TestArchitecture.cs プロジェクト: claassen/CmC
 public byte[] Implement(IRBreak ir)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: RIVMArchitecture.cs プロジェクト: claassen/CmC
 public byte[] Implement(IRBreak ir)
 {
     return(Encode(OpCode.BRK, 0, 0, 0, 4, false));
 }