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)
           
 
Method Summary
 int CodeAndDecodeType()
           
 int ExecFunction()
           
 java.lang.String Help()
           
 int Mask()
           
 java.lang.String Mnemonic()
           
 int NbCycles()
           
 int NbOperandes()
           
 int Opcode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionInformation

public InstructionInformation(java.lang.String m,
                              int no,
                              java.lang.String h,
                              int nc,
                              int op,
                              int mk,
                              int t,
                              int f)
Method Detail

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()