예제 #1
0
 public IrLoad(int l, LocReg to, Location from)
 {
     dir     = IR.LOAD;
     arg1    = to;
     arg2    = from;
     linenum = l;
 }
예제 #2
0
 public Instruction(OP o, LocReg l)
 {
 }