com.tapina.robe.runtime.instruction
Class AutoPreIndexedAddressSource

java.lang.Object
  extended bycom.tapina.robe.runtime.instruction.IndexedAddressSource
      extended bycom.tapina.robe.runtime.instruction.PreIndexedAddressSource
          extended bycom.tapina.robe.runtime.instruction.AutoPreIndexedAddressSource
All Implemented Interfaces:
AddressSource

public final class AutoPreIndexedAddressSource
extends PreIndexedAddressSource

Created by IntelliJ IDEA. User: gareth Date: Sep 2, 2003 Time: 4:55:29 PM


Constructor Summary
AutoPreIndexedAddressSource(int baseRegister, Operand offset)
           
 
Method Summary
 void dumpJavaSource(java.lang.String varName, java.io.Writer out)
           
 int getTransferAddress(CPU cpu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoPreIndexedAddressSource

public AutoPreIndexedAddressSource(int baseRegister,
                                   Operand offset)
Method Detail

getTransferAddress

public final int getTransferAddress(CPU cpu)
Specified by:
getTransferAddress in interface AddressSource
Overrides:
getTransferAddress in class PreIndexedAddressSource

dumpJavaSource

public void dumpJavaSource(java.lang.String varName,
                           java.io.Writer out)
                    throws java.io.IOException
Overrides:
dumpJavaSource in class PreIndexedAddressSource
Throws:
java.io.IOException


Copyright © 2003-2005 . All Rights Reserved.