Class InstructionDescription


  • @Deprecated
    public final class InstructionDescription
    extends java.lang.Object
    Deprecated.
    • Field Detail

      • name

        final java.lang.String name
        Deprecated.
      • o1Flags

        final int o1Flags
        Deprecated.
      • o2Flags

        final int o2Flags
        Deprecated.
      • opCodeR

        final int opCodeR
        Deprecated.
      • opCode1

        final int opCode1
        Deprecated.
      • opCode2

        final int opCode2
        Deprecated.
    • Constructor Detail

      • InstructionDescription

        InstructionDescription​(INST_CODE code,
                               java.lang.String name,
                               InstructionGroup group,
                               int o1flags,
                               int o2flags,
                               int opCodeR,
                               int opCode1,
                               int opCode2)
        Deprecated.