|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.mips.mipsmemory.AdrTrans
Static address translation needed for usage of MipsMemory
Field Summary | |
protected static int[] |
translation
|
Constructor Summary | |
AdrTrans()
|
Method Summary | |
static int |
physToWord(int adr)
|
static int |
virtToPhys(int adr)
|
static int |
virtToWord(int adr)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static int[] translation
Constructor Detail |
public AdrTrans()
Method Detail |
public static int virtToPhys(int adr)
public static int physToWord(int adr)
public static int virtToWord(int adr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |