Class SIZE

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

@Deprecated public class SIZE extends Object
Deprecated.
Size of registers and pointers
  • Field Details

    • SIZE_BYTE

      public static final int SIZE_BYTE
      Deprecated.
      1 byte size.
      See Also:
    • SIZE_WORD

      public static final int SIZE_WORD
      Deprecated.
      2 bytes size.
      See Also:
    • SIZE_DWORD

      public static final int SIZE_DWORD
      Deprecated.
      4 bytes size.
      See Also:
    • SIZE_QWORD

      public static final int SIZE_QWORD
      Deprecated.
      8 bytes size.
      See Also:
    • SIZE_TWORD

      public static final int SIZE_TWORD
      Deprecated.
      10 bytes size.
      See Also:
    • SIZE_DQWORD

      public static final int SIZE_DQWORD
      Deprecated.
      16 bytes size.
      See Also:
  • Constructor Details

    • SIZE

      private SIZE()
      Deprecated.