Package jnr.x86asm
Class SIZE
- java.lang.Object
-
- jnr.x86asm.SIZE
-
public class SIZE extends java.lang.Object
Size of registers and pointers
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZE_BYTE
1 byte size.static int
SIZE_DQWORD
16 bytes size.static int
SIZE_DWORD
4 bytes size.static int
SIZE_QWORD
8 bytes size.static int
SIZE_TWORD
10 bytes size.static int
SIZE_WORD
2 bytes size.
-
Constructor Summary
Constructors Modifier Constructor Description private
SIZE()
-
-
-
Field Detail
-
SIZE_BYTE
public static final int SIZE_BYTE
1 byte size.- See Also:
- Constant Field Values
-
SIZE_WORD
public static final int SIZE_WORD
2 bytes size.- See Also:
- Constant Field Values
-
SIZE_DWORD
public static final int SIZE_DWORD
4 bytes size.- See Also:
- Constant Field Values
-
SIZE_QWORD
public static final int SIZE_QWORD
8 bytes size.- See Also:
- Constant Field Values
-
SIZE_TWORD
public static final int SIZE_TWORD
10 bytes size.- See Also:
- Constant Field Values
-
SIZE_DQWORD
public static final int SIZE_DQWORD
16 bytes size.- See Also:
- Constant Field Values
-
-