|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
PicEprom, PicRegBank and PicStack are all accessable with PicMemory, this gives advantages in displaying each with the same gui-element. The read- and write-methods override all limitations like write-protection, bit-masking or bank-switching
| Method Summary | |
int |
getMemorySize()
Capacity of the memory in words |
int |
getWordWidth()
Witdh of one word in bits |
int |
readMemory(int address)
Read a word from the memory |
void |
writeMemory(int address,
int word)
Write a word into the memory |
| Method Detail |
public int getWordWidth()
public int getMemorySize()
public int readMemory(int address)
public void writeMemory(int address,
int word)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||