|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for addressable components.
Method Summary | |
byte[] |
getRawMemory()
Get a reference on a raw version of the current memory configuration. |
int |
getVectorAt(int adr)
Returns a 16 bit address from the given memory address. |
void |
set(Forwarder f,
int where)
Add a forwarder to the passed memory position. |
Methods inherited from interface de.michab.simulator.Addressable |
read, write |
Method Detail |
public void set(Forwarder f, int where)
f
- The Forwarder
to add.where
- The memory address where the Forwarder
is to be
placed.public byte[] getRawMemory()
public int getVectorAt(int adr)
adr
- The address to read.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |