de.cau.cs.kieler.krep.compiler.klp
Class MovInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.MovInstruction
public class MovInstruction
- extends AbstractInstruction
Copy register value to another register.
- Rating

- (2010-02-05) review by cmot, msp, tam
MovInstruction
public MovInstruction(Variable toReg,
RegAccess fromReg)
- Parameters:
toReg
- target registerfromReg
- source register
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction