|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.sim.memory.MemoryBits
jmce.sim.memory.MemoryBit
public class MemoryBit
Map a single bit of one memory location.
Field Summary |
---|
Fields inherited from class jmce.sim.memory.MemoryBits |
---|
mask, shift |
Constructor Summary | |
---|---|
MemoryBit(Memory memory,
int a,
int b)
|
Method Summary | |
---|---|
boolean |
get()
|
void |
set(boolean v)
|
Methods inherited from class jmce.sim.memory.MemoryBits |
---|
addMemoryWriteListener, getBits, getWidth, setBits |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MemoryBit(Memory memory, int a, int b)
Method Detail |
---|
public boolean get() throws SIMException
SIMException
public void set(boolean v) throws SIMException
SIMException
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |