Class OP

java.lang.Object
com.kenai.jnr.x86asm.OP

@Deprecated public final class OP extends Object
Deprecated.
Operand types that can be encoded in Op operand
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    Operand is immediate.
    static final int
    Deprecated.
    Operand is label.
    static final int
    Deprecated.
    Operand is memory.
    static final int
    Deprecated.
    Invalid operand
    static final int
    Deprecated.
    Operand is register.
    static final int
    Deprecated.
    Operand is variable.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    OP()
    Deprecated.
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • OP

      private OP()
      Deprecated.