hades.models.mips.instr
Class StoreWordInstr

java.lang.Object
  extended byhades.models.mips.instr.BaseInstr
      extended byhades.models.mips.instr.StoreBaseInstr
          extended byhades.models.mips.instr.StoreWordInstr
All Implemented Interfaces:
Resetable

public class StoreWordInstr
extends StoreBaseInstr
implements Resetable

store word instruction


Field Summary
 
Fields inherited from class hades.models.mips.instr.StoreBaseInstr
mem
 
Fields inherited from class hades.models.mips.instr.BaseInstr
breakpoint, dataMmuAdr, dataRealAdr, dataValue, instrFrameNumber, instrLongFormat, instrName, instrShortFormat, isJump, partHandler, reg, regWritten, result, splitter
 
Constructor Summary
StoreWordInstr(PartHandler newPartHandler, Splitter newSplitter)
           
 
Method Summary
 int calcAlu()
          Calculate ALU, return result for visualization
 int giveDataAdr()
          Drive busses for data access, return real address
 
Methods inherited from class hades.models.mips.instr.StoreBaseInstr
translateDataAdr
 
Methods inherited from class hades.models.mips.instr.BaseInstr
getBreakpoint, getInstrLongFormat, getInstrName, getInstrShortFormat, getIsJump, init, operateData, por, reset, setBreakpoint, setInstrFrameNumber, writeRegister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hades.models.mips.core.Resetable
por, reset
 

Constructor Detail

StoreWordInstr

public StoreWordInstr(PartHandler newPartHandler,
                      Splitter newSplitter)
Method Detail

calcAlu

public int calcAlu()
Description copied from class: BaseInstr
Calculate ALU, return result for visualization

Overrides:
calcAlu in class BaseInstr

giveDataAdr

public int giveDataAdr()
Description copied from class: BaseInstr
Drive busses for data access, return real address

Overrides:
giveDataAdr in class BaseInstr