com.tapina.robe.runtime.instruction
Class PreIndexedAddressSource

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

public class PreIndexedAddressSource
extends IndexedAddressSource

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


Constructor Summary
PreIndexedAddressSource(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

PreIndexedAddressSource

public PreIndexedAddressSource(int baseRegister,
                               Operand offset)
Method Detail

getTransferAddress

public int getTransferAddress(CPU cpu)

dumpJavaSource

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


Copyright © 2003-2005 . All Rights Reserved.