Uses of Class
com.github.croesch.micro_debug.mic1.controlstore.MicroInstruction

Packages that use MicroInstruction
com.github.croesch.micro_debug.console   
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
 void Mic1Interpreter.tickDone(MicroInstruction instruction, boolean macroCodeFetching)
          Informs the interpreter that the processor has done one tick.
 void TraceManager.update(MicroInstruction currentInstruction, String macroCodeLine)
          Tells the view to update itself.
 

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
 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(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 String MicroInstructionDecoder.decode(MicroInstruction instruction)
          Decodes the given instruction and returns the String representing that instruction.
 



Copyright © 2012. All Rights Reserved.