Exemple #1
0
 public byte[] Implement(IRBreak ir)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public byte[] Implement(IRBreak ir)
 {
     return(Encode(OpCode.BRK, 0, 0, 0, 4, false));
 }