internal Instruction(InstructionCollection coll, INSTRUCTION inst)
 {
     this.coll = coll; this.inst = inst;
 }