|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--InstructionSet
This class owns the instruction set table and offers services to handles it.
You can read the source of this class here.
Constructor Summary | |
InstructionSet()
|
Method Summary | |
static void |
DumpTable()
This method dumps the instruction set to System.out. |
static InstructionInformation |
Find(int op)
Returns the InstructionInformation corresponding to the given opcode. |
static InstructionInformation |
Find(java.lang.String mn)
Returns the InstructionInformation corresponding to the given mnemonic. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public InstructionSet()
Method Detail |
public static InstructionInformation Find(java.lang.String mn)
mn
- Mnemonic.public static InstructionInformation Find(int op)
op
- Opcode.public static void DumpTable()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |