|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.croesch.micro_debug.mic1.controlstore.MicroInstructionDecoder
public final class MicroInstructionDecoder
Based on the implementation of Ray Ontko.
Decoder for MicroInstruction. Is able to construct a String representing a given instruction.
| 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 |
|---|
@NotNull public static java.lang.String decode(MicroInstruction instruction)
String representing that instruction.
instruction - the instruction to decode and represent as String
String representing the function of the given instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||