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