com.tapina.robe.runtime.instruction
Class ImmediateOperand

java.lang.Object
  extended bycom.tapina.robe.runtime.instruction.Operand
      extended bycom.tapina.robe.runtime.instruction.ImmediateOperand

public final class ImmediateOperand
extends Operand

Created by IntelliJ IDEA. User: gareth Date: Aug 23, 2003 Time: 10:54:32 PM


Constructor Summary
ImmediateOperand(int value)
           
ImmediateOperand(int value, int rotate)
           
 
Method Summary
 java.lang.String getJavaExpression()
           
 int getValue(CPU cpu)
           
 
Methods inherited from class com.tapina.robe.runtime.instruction.Operand
dumpJavaSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmediateOperand

public ImmediateOperand(int value,
                        int rotate)

ImmediateOperand

public ImmediateOperand(int value)
Method Detail

getValue

public final int getValue(CPU cpu)
Specified by:
getValue in class Operand

getJavaExpression

public java.lang.String getJavaExpression()


Copyright © 2003-2005 . All Rights Reserved.