com.github.croesch.micro_debug.mic1.controlstore
Class MicroInstructionDecoder

java.lang.Object
  extended by com.github.croesch.micro_debug.mic1.controlstore.MicroInstructionDecoder

public final class MicroInstructionDecoder
extends java.lang.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

Method Summary
static java.lang.String decode(MicroInstruction instruction)
          Decodes the given instruction and returns the String representing that instruction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decode

@NotNull
public static java.lang.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.