コード例 #1
0
ファイル: Ir.cs プロジェクト: icefoxen/finished-havoc
 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)
 {
 }