예제 #1
0
 public byte[] Implement(IRInt ir)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public byte[] Implement(IRInt ir)
 {
     return(Encode(OpCode.INT, 0, 0, 0, ir.OperandSize, true, ir.InterruptNumber));
 }