|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MicroInstruction | |
|---|---|
| com.github.croesch.micro_debug.console | |
| com.github.croesch.micro_debug.debug | |
| com.github.croesch.micro_debug.mic1.api | |
| com.github.croesch.micro_debug.mic1.controlstore | |
| Uses of MicroInstruction in com.github.croesch.micro_debug.console |
|---|
| Methods in com.github.croesch.micro_debug.console with parameters of type MicroInstruction | |
|---|---|
boolean |
Mic1Interpreter.canContinue(int microLine,
int macroLine,
MicroInstruction currentInstruction,
MicroInstruction nextInstruction)
Returns whether the processor should halt now or if it can continue. |
void |
Mic1Interpreter.tickDone(MicroInstruction instruction,
boolean macroCodeFetching)
Informs the interpreter that the processor has done one tick. |
void |
TraceManager.update(MicroInstruction currentInstruction,
java.lang.String macroCodeLine)
Tells the view to update itself. |
| Uses of MicroInstruction in com.github.croesch.micro_debug.debug |
|---|
| Methods in com.github.croesch.micro_debug.debug with parameters of type MicroInstruction | |
|---|---|
boolean |
BreakpointManager.isBreakpoint(int microLine,
int macroLine,
MicroInstruction currentInstruction,
MicroInstruction nextInstruction)
Returns whether any break point condition is met. |
| Uses of MicroInstruction in com.github.croesch.micro_debug.mic1.api |
|---|
| Methods in com.github.croesch.micro_debug.mic1.api with parameters of type MicroInstruction | |
|---|---|
boolean |
IProcessorInterpreter.canContinue(int microLine,
int macroLine,
MicroInstruction currentInstruction,
MicroInstruction nextInstruction)
Returns whether the processor should halt now or if it can continue. |
void |
IProcessorInterpreter.tickDone(MicroInstruction instruction,
boolean macroCodeFetching)
Informs the interpreter that the processor has done one tick. |
| Uses of MicroInstruction in com.github.croesch.micro_debug.mic1.controlstore |
|---|
| Methods in com.github.croesch.micro_debug.mic1.controlstore that return MicroInstruction | |
|---|---|
MicroInstruction |
MicroControlStore.getInstruction(int mpc)
Returns the instruction from the store that is stored under the given mpc (address). |
static MicroInstruction |
MicroInstructionReader.read(java.io.InputStream in)
Reads five bytes from the given InputStream and constructs one MicroInstruction. |
| Methods in com.github.croesch.micro_debug.mic1.controlstore with parameters of type MicroInstruction | |
|---|---|
static java.lang.String |
MicroInstructionDecoder.decode(MicroInstruction instruction)
Decodes the given instruction and returns the String representing that instruction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||