com.kenai.jnr.x86asm
Class SIZE

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

Deprecated.

@Deprecated
public class SIZE
extends Object

Size of registers and pointers


Field Summary
static int SIZE_BYTE
          Deprecated. 1 byte size.
static int SIZE_DQWORD
          Deprecated. 16 bytes size.
static int SIZE_DWORD
          Deprecated. 4 bytes size.
static int SIZE_QWORD
          Deprecated. 8 bytes size.
static int SIZE_TWORD
          Deprecated. 10 bytes size.
static int SIZE_WORD
          Deprecated. 2 bytes size.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE_BYTE

public static final int SIZE_BYTE
Deprecated. 
1 byte size.

See Also:
Constant Field Values

SIZE_WORD

public static final int SIZE_WORD
Deprecated. 
2 bytes size.

See Also:
Constant Field Values

SIZE_DWORD

public static final int SIZE_DWORD
Deprecated. 
4 bytes size.

See Also:
Constant Field Values

SIZE_QWORD

public static final int SIZE_QWORD
Deprecated. 
8 bytes size.

See Also:
Constant Field Values

SIZE_TWORD

public static final int SIZE_TWORD
Deprecated. 
10 bytes size.

See Also:
Constant Field Values

SIZE_DQWORD

public static final int SIZE_DQWORD
Deprecated. 
16 bytes size.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.