Class InstructionInformation
java.lang.Object
|
+--InstructionInformation
- public class InstructionInformation
- extends java.lang.Object
Instances of this class are instructions descriptions and should be accessed to through InstructionSet.
Methods of this class are not documented because they only are accessors.
You can read the source of this class here.
Constructor Summary |
InstructionInformation(java.lang.String m,
int no,
java.lang.String h,
int nc,
int op,
int mk,
int t,
int f)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
InstructionInformation
public InstructionInformation(java.lang.String m,
int no,
java.lang.String h,
int nc,
int op,
int mk,
int t,
int f)
Mnemonic
public java.lang.String Mnemonic()
NbOperandes
public int NbOperandes()
Help
public java.lang.String Help()
NbCycles
public int NbCycles()
Opcode
public int Opcode()
Mask
public int Mask()
CodeAndDecodeType
public int CodeAndDecodeType()
ExecFunction
public int ExecFunction()