|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.pic.PicEpromBreakPoints
PicEpromBreakPoints - 8192 breakpoint-conditions for PicRegBank
Field Summary | |
static int |
MEMSIZE
|
int[] |
reg
|
Constructor Summary | |
PicEpromBreakPoints()
|
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 breakpoint condition: 0 = no breakpoint, any other = breakpoint |
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
Constructor Detail |
public PicEpromBreakPoints()
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)
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 |