com.tapina.robe.runtime.instruction
Class MultipleAddressSource

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

public final class MultipleAddressSource
extends java.lang.Object
implements AddressSource

Created by IntelliJ IDEA. User: gareth Date: Sep 2, 2003 Time: 5:19:43 PM


Constructor Summary
MultipleAddressSource(int baseRegister, int transferOffset, int writeBackOffset)
           
 
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

MultipleAddressSource

public MultipleAddressSource(int baseRegister,
                             int transferOffset,
                             int writeBackOffset)
Method Detail

getTransferAddress

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

dumpJavaSource

public final void dumpJavaSource(java.lang.String varName,
                                 java.io.Writer out)
                          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2005 . All Rights Reserved.