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