hades.models.mips.memory
Interface EntryHandler

All Known Implementing Classes:
Core

public interface EntryHandler

An EntryHandler is an object that can handle the entry address to a program memory. In common this EntryHandler forwards the entry address to a program counter.


Method Summary
 void setEntry(int entry, int globalPointer)
          Set the entry address
 

Method Detail

setEntry

public void setEntry(int entry,
                     int globalPointer)
Set the entry address