com.github.croesch.micro_debug.mic1.controlstore
Class MicroInstructionDecoder
java.lang.Object
com.github.croesch.micro_debug.mic1.controlstore.MicroInstructionDecoder
public final class MicroInstructionDecoder
- extends Object
Based on the implementation of Ray Ontko.
Decoder for MicroInstruction. Is able to construct a String representing a given instruction.
- Since:
- Date: Nov 13, 2011
- Author:
- croesch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decode
public static String decode(MicroInstruction instruction)
- Decodes the given instruction and returns the
String representing that instruction.
- Parameters:
instruction - the instruction to decode and represent as String
- Returns:
- the
String representing the function of the given instruction - Since:
- Date: Nov 13, 2011
Copyright © 2012. All Rights Reserved.