com.tapina.robe.runtime.instruction
Class PostIndexedAddressSource

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

public final class PostIndexedAddressSource
extends IndexedAddressSource

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


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

PostIndexedAddressSource

public PostIndexedAddressSource(int baseRegister,
                                Operand offset)
Method Detail

getTransferAddress

public final 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.