|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.pic.PicRegBankBreakPoints
PicRegBankBreakPoints - 512 breakpoint-conditions for PicRegBank
Field Summary | |
static int |
MEMSIZE
|
int[] |
reg
|
PicRegBank |
regBank
|
Constructor Summary | |
PicRegBankBreakPoints(PicRegBank newRegBank)
|
Method Summary | |
int |
getMemorySize()
Capacity of the memory in words |
int |
getWordWidth()
Witdh of one word in bits |
void |
por()
|
int |
readMemory(int address)
Read a word from the memory |
void |
reset()
|
void |
writeMemory(int address,
int word)
Write a word into the memory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int[] reg
public static int MEMSIZE
public PicRegBank regBank
Constructor Detail |
public PicRegBankBreakPoints(PicRegBank newRegBank)
Method Detail |
public void por()
public void reset()
public int getWordWidth()
PicMemory
getWordWidth
in interface PicMemory
public int getMemorySize()
PicMemory
getMemorySize
in interface PicMemory
public int readMemory(int address)
PicMemory
readMemory
in interface PicMemory
public void writeMemory(int address, int word)
PicMemory
writeMemory
in interface PicMemory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |