Package jnr.x86asm

Class OP


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

      Fields 
      Modifier and Type Field Description
      static int OP_IMM
      Operand is immediate.
      static int OP_LABEL
      Operand is label.
      static int OP_MEM
      Operand is memory.
      static int OP_NONE
      Invalid operand
      static int OP_REG
      Operand is register.
      static int OP_VAR
      Operand is variable.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OP()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait