de.cau.cs.kieler.krep.compiler.klp
Class IMovInstruction
java.lang.Object
de.cau.cs.kieler.krep.compiler.klp.AbstractInstruction
de.cau.cs.kieler.krep.compiler.klp.IMovInstruction
public class IMovInstruction
- extends AbstractInstruction
Immediate move.
- Rating

- (2010-02-05) review by cmot, msp, tam
IMovInstruction
public IMovInstruction(Variable toVar,
int val)
- move integer value to register.
- Parameters:
toVar
- register that stores the valueval
- constant value to move
IMovInstruction
public IMovInstruction(Variable toVar,
boolean val)
- move boolean value to register.
- Parameters:
toVar
- register that stores the valueval
- constant value to move
toString
public String toString()
- Specified by:
toString
in class AbstractInstruction