|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MemorySignalSet | |
|---|---|
| com.github.croesch.micro_debug.mic1.controlstore | |
| Uses of MemorySignalSet in com.github.croesch.micro_debug.mic1.controlstore |
|---|
| Methods in com.github.croesch.micro_debug.mic1.controlstore that return MemorySignalSet | |
|---|---|
MemorySignalSet |
MicroInstruction.getMemorySignals()
Returns the MemorySignalSet of this instruction. |
MemorySignalSet |
MemorySignalSet.setFetch(boolean fetch)
Sets a new value for the signal fetch. |
MemorySignalSet |
MemorySignalSet.setRead(boolean read)
Sets a new value for the signal read. |
MemorySignalSet |
MemorySignalSet.setWrite(boolean write)
Sets a new value for the signal write. |
| Constructors in com.github.croesch.micro_debug.mic1.controlstore with parameters of type MemorySignalSet | |
|---|---|
MicroInstruction(int addr,
JMPSignalSet jmpSet,
ALUSignalSet aluSet,
CBusSignalSet cBusSet,
MemorySignalSet memSet,
Register b)
Constructs a single mic1-instruction. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||